We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7757c0 commit d7da50dCopy full SHA for d7da50d
1 file changed
.github/actions/pnpm/action.yml
@@ -9,7 +9,7 @@ runs:
9
cache: 'pnpm'
10
- name: 'Ensure latest npm'
11
shell: 'bash'
12
- run: pnpm add -g npm@latest
+ run: npm install -g npm@latest
13
- name: 'Install dependencies'
14
15
run: pnpm install
0 commit comments