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 9a98777 commit e4038d6Copy full SHA for e4038d6
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install Packages
36
run: |
37
pnpm install --frozen-lockfile
38
- pnpm install -g npm@11
+ npm install -g npm@11
39
npm --version
40
41
# - name: Create Release Pull Request or Publish to npm
0 commit comments