We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d274f90 commit 49a0943Copy full SHA for 49a0943
.github/workflows/nodejs.yml
@@ -56,7 +56,7 @@ jobs:
56
strategy:
57
matrix:
58
os: [ubuntu-latest, windows-latest, macos-latest]
59
- node-version: [14.x, 16.x, 18.x]
+ node-version: [14.x, 16.x, 18.x, 19.x]
60
webpack-version: [latest]
61
62
runs-on: ${{ matrix.os }}
0 commit comments