Skip to content

Commit

Permalink
CI: use lts/* for the lint job (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 28, 2021
1 parent 18f57f0 commit 45becae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,6 @@ on:

env:
FORCE_COLOR: 2
NODE_LINT: 16 # The Node.js version to run lint

jobs:
lint:
Expand All @@ -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
Expand Down

0 comments on commit 45becae

Please sign in to comment.