Skip to content

Commit a76ba96

Browse files
author
Gonzalo Diaz
committed
[WORKAROUND] [BUG] Exit handler never called during clean-install, with Node.js v22.5.0 #7657
npm/cli#7657
1 parent 1f1390f commit a76ba96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [22.x]
17+
node-version: [22.4.1]
1818
# See supported Node.js release schedule
1919
# at https://nodejs.org/en/about/releases/
2020

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
"ubuntu-latest",
2121
"macOS-latest"
2222
]
23-
node-version: [18.x, 20.x, 22.x]
23+
node-version: [18.x, 20.x, 22.4.1]
2424
# See supported Node.js release schedule
2525
# at https://nodejs.org/en/about/releases/
2626

0 commit comments

Comments
 (0)