We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 530cd00 commit db03425Copy full SHA for db03425
.github/workflows/nodejs.yml
@@ -62,7 +62,7 @@ jobs:
62
strategy:
63
matrix:
64
os: [ubuntu-latest, windows-latest, macos-latest]
65
- node-version: [14.x, 16.x, 18.x]
+ node-version: [14.x, 16.x, 18.x, 19.x]
66
webpack-version: [latest]
67
68
runs-on: ${{ matrix.os }}
0 commit comments