Skip to content

Commit a8301b2

Browse files
committed
chore: try again
1 parent baf7e00 commit a8301b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ jobs:
8383
registry-url: 'https://registry.npmjs.org'
8484

8585
- name: Upgrade npm for Trusted Publishing
86-
run: npm install -g npm@latest
86+
run: |
87+
npm i -g npm@^10
88+
npm i -g npm@latest
8789
8890
- name: Install dependencies and build
8991
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)