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 6022037 commit 335b672Copy full SHA for 335b672
.github/workflows/nodejs.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
strategy:
26
matrix:
27
- node-version: [12.x, 14.x]
+ node-version: [14.x, 16.x, 18.x]
28
29
name: Node v${{ matrix.node-version }}
30
steps:
0 commit comments