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 6274a5f commit 6e17e9aCopy full SHA for 6e17e9a
1 file changed
.github/workflows/nodejs.yml
@@ -64,7 +64,7 @@ jobs:
64
strategy:
65
matrix:
66
os: [ubuntu-latest, windows-latest, macos-latest]
67
- node-version: [16.x, 18.x, 20.x]
+ node-version: [16.x, 18.x, 20.x, 22.x]
68
webpack-version: [latest]
69
70
runs-on: ${{ matrix.os }}
0 commit comments