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 f24f4d5 commit 3554bcfCopy full SHA for 3554bcf
.github/workflows/ci-build-all-pm.yml
@@ -96,14 +96,16 @@ jobs:
96
- uses: actions/download-artifact@v4
97
with:
98
name: build
99
+ - name: Install pnpm
100
+ uses: pnpm/action-setup@v4
101
+ with:
102
+ version: latest
103
- name: Setup Node.js
104
uses: actions/setup-node@v4
105
106
node-version: "lts/*"
107
- name: pnpm add
108
run: |
- corepack enable pnpm
- corepack use pnpm@latest
109
cat > .npmrc <<EOT
110
auto-install-peers=true
111
node-linker=hoisted
0 commit comments