Skip to content

Commit

Permalink
Merge pull request #58 from taga3s/chore/update-pnpm
Browse files Browse the repository at this point in the history
chore: update pnpm
  • Loading branch information
taga3s authored Dec 5, 2024
2 parents 5a03bb0 + 4a2a0ca commit a0f40bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9.14.4
run_install: false

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-codebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9.14.4
run_install: false

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"lint-staged": {
"*.{js,ts,jsx,tsx,json}": "pnpm run lint && pnpm run format"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.14.4"
}

0 comments on commit a0f40bc

Please sign in to comment.