Skip to content

Commit

Permalink
Bump node and pnpm versions (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
sz-piotr committed Jun 25, 2024
1 parent 589e06c commit 2fca4bd
Show file tree
Hide file tree
Showing 4 changed files with 3,875 additions and 3,160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: "18.x"
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
"name": "earl-monorepo",
"private": true,
"engines": {
"node": ">=16",
"pnpm": "^8"
"node": ">=18",
"pnpm": ">=9"
},
"workspaces": {
"packages": [
"packages/*",
"examples/*"
]
"packages": ["packages/*", "examples/*"]
},
"scripts": {
"lint": "pnpm --recursive --parallel lint",
Expand Down
Loading

0 comments on commit 2fca4bd

Please sign in to comment.