Skip to content

Commit e0fd0b8

Browse files
committed
chore(deps): upgrade pnpm to 9
1 parent 4cdb42a commit e0fd0b8

File tree

4 files changed

+7260
-5585
lines changed

4 files changed

+7260
-5585
lines changed

.github/workflows/commitlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- name: Setup Node and pnpm
2020
uses: silverhand-io/actions-node-pnpm-run-steps@v4
21+
with:
22+
pnpm-version: 9
2123

2224
- name: Commitlint
2325
run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Setup Node and pnpm
2222
uses: silverhand-io/actions-node-pnpm-run-steps@v4
23+
with:
24+
pnpm-version: 9
2325

2426
- name: Build
2527
run: pnpm -r build

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"@commitlint/types": "^18.6.1",
1313
"husky": "^9.0.11"
1414
},
15+
"engines": {
16+
"pnpm": "^9"
17+
},
1518
"pnpm": {
1619
"overrides": {
1720
"@expo/config>semver@^7": "^7.6.0",

0 commit comments

Comments
 (0)