From 2f66039007f4ee6ddfca0c9350c5c1d630977232 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 26 Dec 2024 12:20:47 -0800 Subject: [PATCH] fix(ci): node 19 -> 20 in lint --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8bdba59..48c2795 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ on: env: FORCE_COLOR: 2 jobs: - test: + lint: runs-on: ubuntu-latest steps: - name: Checkout the repository @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 19 + node-version: 20 - name: Install dependencies uses: bahmutov/npm-install@v1 with: