Skip to content

Commit cfe6ab6

Browse files
author
Gonzalo Diaz
committed
[WORKAROUND] [BUG] Fix the bug caused by fast api changes in v22.5.0 and have a post-mortem #53934
npm/cli#7657 nodejs/node#53934 https://x.com/nodejs/status/1814323839708656060
1 parent 671da96 commit cfe6ab6

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.4.1]
17+
node-version: [22.5.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.4.1]
23+
node-version: [18.x, 20.x, 22.5.1]
2424
# See supported Node.js release schedule
2525
# at https://nodejs.org/en/about/releases/
2626

0 commit comments

Comments
 (0)