Skip to content

Commit

Permalink
ci: pnpm v8 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Aug 10, 2023
1 parent 92d825f commit ae65033
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 680 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 @@ -23,9 +23,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: Test
Expand Down
Loading

0 comments on commit ae65033

Please sign in to comment.