Skip to content

Commit

Permalink
debug(ci): pin pnpm version;
Browse files Browse the repository at this point in the history
- for Node 10
  • Loading branch information
lukeed committed Jan 17, 2022
1 parent 5e33b85 commit a1581ab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
node-version: ${{ matrix.nodejs }}

- name: (env) pnpm
if: matrix.os == 'ubuntu-latest'
run: curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm

- name: (env) pnpm
if: matrix.os == 'windows-latest'
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

- name: Install
run: pnpm install
Expand Down

0 comments on commit a1581ab

Please sign in to comment.