We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6a70b commit 0cf707bCopy full SHA for 0cf707b
.github/workflows/nodejs.yml
@@ -58,7 +58,7 @@ jobs:
58
strategy:
59
matrix:
60
os: [ubuntu-latest, windows-latest, macos-latest]
61
- node-version: [18.x, 20.x, 22.x, 23.x]
+ node-version: [18.x, 20.x, 22.x, 23.5.0]
62
shard: ["1/4", "2/4", "3/4", "4/4"]
63
webpack-version: [latest]
64
dev-server-version: [latest]
0 commit comments