We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40febf2 commit 1bacc3bCopy full SHA for 1bacc3b
.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, 17.x, 18.x]
63
webpack-version: [latest]
64
include:
65
- node-version: 16.x
0 commit comments