Skip to content

Commit

Permalink
chore: update repo to pnpm8
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Apr 29, 2023
1 parent 3c85ccb commit c83ed4e
Show file tree
Hide file tree
Showing 4 changed files with 1,252 additions and 1,194 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
version: 8
- name: Install with pnpm
run: pnpm install
- name: Lint code
Expand All @@ -58,11 +58,11 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7.14.2
version: 8
- name: Install with pnpm
run: pnpm install
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
version: 8
- name: Install dependencies
run: pnpm install
- name: Release
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
"directories": {
"test": "test"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "[email protected]",
"keywords": [
"turborepo",
"monorepo",
Expand Down
Loading

0 comments on commit c83ed4e

Please sign in to comment.