We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03665a commit 50f4eefCopy full SHA for 50f4eef
.github/workflows/nodejs.yml
@@ -67,7 +67,7 @@ jobs:
67
strategy:
68
matrix:
69
os: [ubuntu-latest, windows-latest, macos-latest]
70
- node-version: [18.x, 20.x, 22.x]
+ node-version: [18.x, 20.x, 22.x, 23.x]
71
webpack-version: [latest]
72
73
runs-on: ${{ matrix.os }}
0 commit comments