Skip to content

Commit 82f4dbc

Browse files
committed
Build: Pin Node 22.x to 22.4 to unbreak CI due to Node 22.5 regression
Ref npm/cli#7657
1 parent 8d84616 commit 82f4dbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, windows-latest]
23-
node: [18, 20, 22]
23+
# Pin to 22.4 because of https://github.com/npm/cli/issues/7657
24+
node: [18, 20, "22.4"]
2425

2526
steps:
2627
- name: Clone repository

0 commit comments

Comments
 (0)