Skip to content

Commit 13f7900

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 2c57dab commit 13f7900

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [22.4.1]
18+
node-version: [22.5.1]
1919
# See supported Node.js release schedule
2020
# at https://nodejs.org/en/about/releases/
2121

.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)