Skip to content

Commit f7254c3

Browse files
committed
chore: fix publish job for shared code
1 parent 32a187f commit f7254c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release_shared_js.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
with:
3636
node-version: '20'
3737
registry-url: 'https://registry.npmjs.org'
38+
- name: Update npm
39+
run: npm install -g npm@latest
40+
- name: Print npm version
41+
run: npm --version
3842
- name: Install pnpm
3943
uses: pnpm/action-setup@v4
4044
with:

0 commit comments

Comments
 (0)