Skip to content

Commit

Permalink
chore: upgrade pnpm to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Aug 2, 2024
1 parent 7a6dff2 commit ae3d1a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.5.0
version: 9.6.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.5.0
version: 9.6.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"@umamin/eslint-config": "workspace:*",
"@umamin/tsconfig": "workspace:*",
"prettier": "^3.2.5",
"typescript": "^5.5.4",
"turbo": "^2.0.11"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"node": ">=20"
}
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"eslint": "^8.57.0",
"postcss": "^8.4.40",
"react": "^18.3.1",
"typescript": "^5.5.4",
"tailwindcss": "^3.4.7"
},
"dependencies": {
Expand Down

0 comments on commit ae3d1a6

Please sign in to comment.