Skip to content

Commit ae5d6c2

Browse files
committed
fix: pin npm to v10 in CD workflow to avoid broken npm@latest on runner
1 parent eccf5b2 commit ae5d6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: "22"
2424
registry-url: "https://registry.npmjs.org"
2525
- name: Ensure npm supports trusted publishing
26-
run: npm install -g npm@latest
26+
run: npm install -g npm@10
2727
- name: Bump version to release
2828
run: sed -i "s/v0.0.0/$RELEASE_VERSION/" ./package.json
2929
env:

0 commit comments

Comments
 (0)