Skip to content

Commit d7da50d

Browse files
committed
chore: install npm via npm, not pnpm, so the release step's publish action resolves bundled deps [skip ci]
1 parent c7757c0 commit d7da50d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/pnpm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
cache: 'pnpm'
1010
- name: 'Ensure latest npm'
1111
shell: 'bash'
12-
run: pnpm add -g npm@latest
12+
run: npm install -g npm@latest
1313
- name: 'Install dependencies'
1414
shell: 'bash'
1515
run: pnpm install

0 commit comments

Comments
 (0)