We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1f18a commit 714aa90Copy full SHA for 714aa90
.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
68
runs-on: ${{ matrix.os }}
0 commit comments