Skip to content

Commit

Permalink
chore(landing): bump pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed Aug 12, 2023
1 parent 6404f10 commit a8f6297
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 35 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/systems-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,9 @@ jobs:
extra_args: --debug --only-verified

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7
run_install: false
version: latest

- name: Install dependencies
run: pnpm install
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/systems-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ jobs:
extra_args: --debug --only-verified

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7
run_install: false
version: latest

- name: Install dependencies
run: pnpm install
Expand Down
33 changes: 4 additions & 29 deletions landing/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8f6297

Please sign in to comment.