Skip to content

Commit

Permalink
fix: upgrade pnpm to version 9.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Nov 18, 2024
1 parent 746c436 commit 5b7e157
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/actions/provision/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: '9.11.0'
version: '9.13.2'

- name: Set up node
uses: actions/setup-node@v3
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
},
"engines": {
"node": ">=20.11.0",
"pnpm": ">=9.11.0",
"pnpm": ">=9.13.2",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"keywords": [],
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.13.2",
"pnpm": {
"overrides": {
"esbuild": "0.21.5"
Expand Down Expand Up @@ -210,6 +210,9 @@
"expo-modules-core": "*"
}
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
Loading

0 comments on commit 5b7e157

Please sign in to comment.