Skip to content

Commit d039e54

Browse files
committed
chore(workflow): npm update
1 parent 838b96e commit d039e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Update npm for OIDC support
33-
run: bun install -g npm@latest
33+
run: npm install -g npm@latest
3434

3535
- name: Install Dependencies
3636
run: bun install

0 commit comments

Comments
 (0)