Skip to content

Commit 846134d

Browse files
committed
ci: always pnpm install (workspace symlinks don't survive node_modules cache)
1 parent 57464ea commit 846134d

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/branch-validation.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,8 @@ jobs:
3939
with:
4040
node-version: 20.x
4141

42-
- name: "📦 Cache Node Modules"
43-
uses: actions/cache@v4.2.3
44-
id: cache-node-modules
45-
with:
46-
path: node_modules
47-
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/pnpm-lock.yaml') }}
48-
restore-keys: |
49-
${{ runner.os }}-node-modules-
50-
5142
- name: 📦 Install Dependencies
52-
if: steps.cache-node-modules.outputs.cache-hit != 'true'
53-
run: pnpm install
43+
run: pnpm install --frozen-lockfile
5444

5545
- name: 👨‍⚕️ Expo Doctor
5646
run: pnpm run doctor

0 commit comments

Comments
 (0)