Skip to content

Commit

Permalink
chore(ci): generalize pnpm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 17, 2022
1 parent 63132d2 commit e981ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: ${{ matrix.nodejs }}

- name: (env) pnpm
run: curl -L https://raw.githubusercontent.com/pnpm/self-installer/master/install.js | node
run: npm install -g pnpm

- name: Install
run: pnpm install
Expand Down

0 comments on commit e981ba6

Please sign in to comment.