Skip to content

Commit 1defdd8

Browse files
committed
ci: pin Node 22.22.1 in publish workflow
Node 22.22.2 has a regression (nodejs/node#62425) that breaks npm install -g npm@latest due to missing promise-retry module.
1 parent cd4b5cd commit 1defdd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

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

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '22'
21+
node-version: '22.22.1'
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- run: npm install -g npm@latest

0 commit comments

Comments
 (0)