Skip to content

Commit

Permalink
ci: update pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
sor4chi committed Jun 8, 2024
1 parent 5328858 commit 690fa97
Show file tree
Hide file tree
Showing 3 changed files with 4,153 additions and 3,379 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
node-version: 18.x
always-auth: true
scope: '@hono-storage'
scope: "@hono-storage"

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
Loading

0 comments on commit 690fa97

Please sign in to comment.