We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba14f9 commit 4a67a3bCopy full SHA for 4a67a3b
.github/workflows/nodejs.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- node-version: [16.x]
+ node-version: [lts/*]
27
28
runs-on: ${{ matrix.os }}
29
0 commit comments