We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2068222 commit 4b41689Copy full SHA for 4b41689
.github/workflows/nodejs.yml
@@ -61,7 +61,7 @@ jobs:
61
strategy:
62
matrix:
63
os: [ubuntu-latest, windows-latest, macos-latest]
64
- node-version: [18.x, 20.x, 21.x]
+ node-version: [18.x, 20.x, 22.x]
65
webpack-version: [latest]
66
67
runs-on: ${{ matrix.os }}
0 commit comments