We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57464ea commit 846134dCopy full SHA for 846134d
1 file changed
.github/workflows/branch-validation.yml
@@ -39,18 +39,8 @@ jobs:
39
with:
40
node-version: 20.x
41
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
-
51
- name: 📦 Install Dependencies
52
- if: steps.cache-node-modules.outputs.cache-hit != 'true'
53
- run: pnpm install
+ run: pnpm install --frozen-lockfile
54
55
- name: 👨⚕️ Expo Doctor
56
run: pnpm run doctor
0 commit comments