Skip to content

Commit

Permalink
chore: use corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
baurine committed Jun 14, 2024
1 parent 3b8bbc9 commit 0d10c50
Show file tree
Hide file tree
Showing 5 changed files with 2,065 additions and 1,653 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Setup

- node.js >18.16.0
- pnpm >8.6.12
- pnpm >9.3.0

### Local Development

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"prettier --write"
],
"*.+(json|css|md|html)": "prettier --write"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 0d10c50

Please sign in to comment.