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 eb3cc75 commit a9df55eCopy full SHA for a9df55e
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
# Ensure npm 11.5.1 or later is installed
37
- name: Update npm
38
- run: pnpm install --global [email protected]
+ run: npm install --global [email protected]
39
40
- name: Install dependencies
41
run: pnpm install --frozen-lockfile
0 commit comments