Skip to content

Commit 4a67a3b

Browse files
authored
ci: use LTS node version in lint job (webpack-contrib#1498)
1 parent 0ba14f9 commit 4a67a3b

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)