Skip to content

Commit 947c339

Browse files
committed
fix: ci
1 parent ee1cabc commit 947c339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest, windows-latest, macos-latest]
69-
node-version: [24.2.0, 24.3.0, 24.4.0, 24.4.1]
69+
node-version: [24.1.0, 24.0.2, 24.0.1, 24.0.0]
7070
webpack-version: [latest]
7171

7272
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)