Skip to content

Commit

Permalink
chore: make GitHub workflows use latest pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Apr 18, 2023
1 parent 810b1a6 commit f6ac36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
node-version: 16.x

- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.js | node - add --global pnpm@6
- name: Install pnpm@latest
run: npm i -g pnpm

- name: Install dependencies
if: steps.cache_node_modules.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f6ac36e

Please sign in to comment.