Skip to content

Commit a1581ab

Browse files
committed
debug(ci): pin pnpm version;
- for Node 10
1 parent 5e33b85 commit a1581ab

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
1717
node-version: ${{ matrix.nodejs }}
1818

1919
- 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
20+
run: npm i -g pnpm@5.18
2621

2722
- name: Install
2823
run: pnpm install

0 commit comments

Comments
 (0)