From da0bc78e36cf251a12e9c364e86ff26f27916dac Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Dec 2021 09:37:08 +0200 Subject: [PATCH] CI: use `lts/*` for the lint job --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a358302..98fd30d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,6 @@ on: env: FORCE_COLOR: 2 - NODE_LINT: 16 # The Node.js version to run lint jobs: lint: @@ -22,7 +21,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: ${{ env.NODE_LINT }} + node-version: "lts/*" cache: npm - name: Install npm dependencies