Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
cache-dependency-path: apps/mobile/pnpm-lock.yaml
# apps/mobile is a workspace member: the ROOT lockfile governs its install
cache-dependency-path: pnpm-lock.yaml
- name: Install sibling packages deps (their own lockfile)
shell: bash
# app typecheck walks into packages/@nself/* source, which imports
Expand Down
11 changes: 9 additions & 2 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,15 @@
"overrides": {
"form-data@<3.0.5": "^3.0.5",
"form-data@>=4.0.0 <4.0.6": "^4.0.6",
"js-yaml@<4.2.0": "^4.2.0",
"browserslist@<4.28.7": "^4.28.7"
"js-yaml@<3.15.1": "^3.15.1",
"js-yaml@>=4.0.0 <4.3.1": "^4.3.1",
"browserslist@<4.28.7": "^4.28.7",
"nanoid@<3.3.18": "^3.3.18",
"brace-expansion@<1.1.18": "^1.1.18",
"brace-expansion@>=2.0.0 <2.1.4": "^2.1.4",
"tar@<7.5.21": "^7.5.21",
"shell-quote@<1.9.0": "^1.9.0",
"postcss@<8.5.18": "^8.5.18"
}
}
}
Loading
Loading