We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9544c3e commit 9cf9cd8Copy full SHA for 9cf9cd8
.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, 22.x]
+ node-version: [18.x, 20.x, 22.x, 23.x]
65
webpack-version: [latest]
66
67
runs-on: ${{ matrix.os }}
0 commit comments