Skip to content

Commit

Permalink
ci: update pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 11, 2024
1 parent ccdd9ef commit d449d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pinia/colada",
"type": "module",
"version": "0.6.0",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"description": "The smart data fetching layer for Pinia",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d449d25

Please sign in to comment.