Skip to content

Commit

Permalink
bump pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 25, 2025
1 parent f650775 commit 262f787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/expo/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": {
"base": {
"node": "22.12.0",
"pnpm": "9.14.2",
"pnpm": "9.15.4",
"ios": {
"resourceClass": "m-medium"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"private": true,
"engines": {
"node": ">=22.10.0",
"pnpm": "^9.14.2"
"pnpm": "^9.15.4"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.4",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
Expand Down

0 comments on commit 262f787

Please sign in to comment.