Skip to content

Commit 61f8167

Browse files
authored
fix(ci): Pin npm version and fix typo (#2216)
1 parent 5689234 commit 61f8167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: yarn build
3737

3838
- name: Publish to NPM
39-
run:
40-
npm install -g npm@latest
39+
run: |
40+
npm install -g npm@11.6.3
4141
npm publish
4242
4343
- name: Load Web 3 deploy secrets

0 commit comments

Comments
 (0)