Skip to content

Commit

Permalink
ci: use pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 20, 2024
1 parent 0e06f3f commit 00f9f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
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 @@ -22,9 +22,9 @@ jobs:
node-version-file: .nvmrc

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit 00f9f1f

Please sign in to comment.