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: