Skip to content

Commit

Permalink
chore(deps): upgrade pnpm to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed May 20, 2024
1 parent 4cdb42a commit e0fd0b8
Show file tree
Hide file tree
Showing 4 changed files with 7,260 additions and 5,585 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v4
with:
pnpm-version: 9

- name: Commitlint
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Setup Node and pnpm
uses: silverhand-io/actions-node-pnpm-run-steps@v4
with:
pnpm-version: 9

- name: Build
run: pnpm -r build
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"@commitlint/types": "^18.6.1",
"husky": "^9.0.11"
},
"engines": {
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"@expo/config>semver@^7": "^7.6.0",
Expand Down
Loading

0 comments on commit e0fd0b8

Please sign in to comment.