Skip to content

Commit

Permalink
ci: use pnpm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jul 31, 2023
1 parent 905e43f commit 990f542
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 597 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
node-version-file: '.nvmrc'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
run_install: true

- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
node-version-file: '.nvmrc'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2
with:
version: 7
version: 8
run_install: true

- name: Lint
Expand Down
Loading

0 comments on commit 990f542

Please sign in to comment.