We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60ac2f commit 1657231Copy full SHA for 1657231
1 file changed
.github/workflows/nodejs.yml
@@ -62,7 +62,7 @@ jobs:
62
strategy:
63
matrix:
64
os: [ubuntu-latest, windows-latest, macos-latest]
65
- node-version: [12.x, 14.x, 16.x, 18.x]
+ node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
66
webpack-version: [latest]
67
include:
68
- node-version: 16.x
0 commit comments