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 d124258 commit 9deb215Copy full SHA for 9deb215
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,9 @@ jobs:
45
package-manager-cache: false
46
47
- name: Install trusted-publishing npm CLI
48
- run: npm install --global npm@12.0.0
+ run: |
49
+ npm install --global npm@12.0.1
50
+ npm --version
51
52
- name: Install dependencies
53
run: bun install --frozen-lockfile
0 commit comments