We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e33b85 commit a1581abCopy full SHA for a1581ab
.github/workflows/ci.yml
@@ -17,12 +17,7 @@ jobs:
17
node-version: ${{ matrix.nodejs }}
18
19
- name: (env) pnpm
20
- if: matrix.os == 'ubuntu-latest'
21
- run: curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
22
-
23
- - name: (env) pnpm
24
- if: matrix.os == 'windows-latest'
25
- run: Invoke-WebRequest 'https://get.pnpm.io/v6.16.js' -UseBasicParsing -o pnpm.js; node pnpm.js add --global pnpm; Remove-Item pnpm.js
+ run: npm i -g pnpm@5.18
26
27
- name: Install
28
run: pnpm install
0 commit comments