Skip to content

Commit ad6fadb

Browse files
committed
fix(ci): bump node to 24 to avoid broken npm in 22.22.2 toolcache
The GitHub Actions runner image for Node 22.22.2 ships npm 10.9.7 with a broken module tree missing promise-retry, causing `npm install -g npm@latest` to fail with MODULE_NOT_FOUND. See actions/runner-images#13883.
1 parent 603efc3 commit ad6fadb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: "22"
42+
node-version: "24"
4343
registry-url: https://registry.npmjs.org
4444

4545
- name: Update npm

0 commit comments

Comments
 (0)