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 baf7e00 commit a8301b2Copy full SHA for a8301b2
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,9 @@ jobs:
83
registry-url: 'https://registry.npmjs.org'
84
85
- name: Upgrade npm for Trusted Publishing
86
- run: npm install -g npm@latest
+ run: |
87
+ npm i -g npm@^10
88
+ npm i -g npm@latest
89
90
- name: Install dependencies and build
91
run: yarn --frozen-lockfile
0 commit comments