Skip to content

Commit 0cf707b

Browse files
authored
ci: pin Node.js v23 to 23.5.0
1 parent 5a6a70b commit 0cf707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
os: [ubuntu-latest, windows-latest, macos-latest]
61-
node-version: [18.x, 20.x, 22.x, 23.x]
61+
node-version: [18.x, 20.x, 22.x, 23.5.0]
6262
shard: ["1/4", "2/4", "3/4", "4/4"]
6363
webpack-version: [latest]
6464
dev-server-version: [latest]

0 commit comments

Comments
 (0)