We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fcf7d commit 5ffd858Copy full SHA for 5ffd858
.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