Skip to content

Commit a8aafe4

Browse files
authored
ci: pin Node.js 25.6.1 (#733)
1 parent 92594f4 commit a8aafe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
os: [ubuntu-latest]
49-
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
49+
node: ["25.6.1", 24.x, 22.x, 20.x, "20.19.0"]
5050
include:
5151
- os: windows-latest
5252
node: "lts/*"

0 commit comments

Comments
 (0)