We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9324c commit 7ce3c2dCopy full SHA for 7ce3c2d
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
registry-url: "https://registry.npmjs.org"
38
39
- name: Upgrade npm for Trusted Publishing
40
- run: npm install -g npm@latest
+ run: npm install -g npm@11
41
42
- name: Install dependencies
43
run: pnpm install --frozen-lockfile
0 commit comments