We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff423d0 commit 02544cbCopy full SHA for 02544cb
.github/workflows/nodejs.yml
@@ -59,7 +59,7 @@ jobs:
59
strategy:
60
matrix:
61
os: [ubuntu-latest, windows-latest, macos-latest]
62
- node-version: [12.x, 14.x, 16.x, 17.x]
+ node-version: [12.x, 14.x, 16.x, 18.x]
63
webpack-version: [latest]
64
65
runs-on: ${{ matrix.os }}
0 commit comments