Skip to content

Commit

Permalink
chore: upgrade turbo and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Aug 31, 2024
1 parent 8489e49 commit 524b170
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 39 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.6.0
version: 9.9.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
4 changes: 2 additions & 2 deletions .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.6.0
version: 9.9.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.5.0
version: 9.9.0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@umamin/eslint-config": "workspace:*",
"@umamin/tsconfig": "workspace:*",
"prettier": "^3.2.5",
"typescript": "^5.5.4",
"turbo": "^2.0.11"
"turbo": "^2.1.1",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=20"
}
Expand Down
67 changes: 34 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 524b170

Please sign in to comment.