We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccf5b2 commit ae5d6c2Copy full SHA for ae5d6c2
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: "22"
24
registry-url: "https://registry.npmjs.org"
25
- name: Ensure npm supports trusted publishing
26
- run: npm install -g npm@latest
+ run: npm install -g npm@10
27
- name: Bump version to release
28
run: sed -i "s/v0.0.0/$RELEASE_VERSION/" ./package.json
29
env:
0 commit comments