Skip to content

Commit 5ffd858

Browse files
authored
ci: use LTS node version in lint job (#1015)
1 parent 38fcf7d commit 5ffd858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
node-version: [16.x]
26+
node-version: [lts/*]
2727

2828
runs-on: ${{ matrix.os }}
2929

0 commit comments

Comments
 (0)