Skip to content

Commit 45becae

Browse files
authored
CI: use lts/* for the lint job (#839)
1 parent 18f57f0 commit 45becae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
env:
1010
FORCE_COLOR: 2
11-
NODE_LINT: 16 # The Node.js version to run lint
1211

1312
jobs:
1413
lint:
@@ -22,7 +21,7 @@ jobs:
2221
- name: Set up Node.js
2322
uses: actions/setup-node@v2
2423
with:
25-
node-version: ${{ env.NODE_LINT }}
24+
node-version: "lts/*"
2625
cache: npm
2726

2827
- name: Install npm dependencies

0 commit comments

Comments
 (0)