We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c65b3 commit b132540Copy full SHA for b132540
.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