Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 9, 2023
1 parent 5357e0d commit 5464f95
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.10.2
version: 8.12.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.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@v2
with:
version: 8.10.2
version: 8.12.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graph.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@v2
with:
version: 8.10.2
version: 8.12.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.10.2
version: 8.12.0
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage:
suspensive-react-await:
target: 100%
threshold: 30%
suspensive-image:
suspensive-react-image:
target: 100%
threshold: 30%

Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"url": "https://github.com/suspensive/react.git"
},
"license": "MIT",
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.12.0",
"type": "module",
"workspaces": [
"configs/*",
"docs/*",
"packages/*",
"websites/*",
"docs"
"websites/*"
],
"scripts": {
"build": "turbo run build",
Expand Down Expand Up @@ -85,9 +85,5 @@
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vitest": "^1.0.0-beta.6"
},
"volta": {
"node": "18.18.2",
"pnpm": "8.10.2"
}
}

0 comments on commit 5464f95

Please sign in to comment.