Skip to content

Commit

Permalink
Add frozen lockfile flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Pierron committed Nov 21, 2023
1 parent a59541d commit a254c9e
Show file tree
Hide file tree
Showing 7 changed files with 25,900 additions and 17,378 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "yarn"
cache-dependency-path: "${{ matrix.scheme }}/yarn.lock"
- name: Install node dependencies
working-directory: ${{ matrix.scheme }}
run: yarn
run: yarn install --frozen-lockfile
- name: Install pods
working-directory: ${{ matrix.scheme }}/ios
run: ${{ matrix.pod_install_command }}
Expand Down
6 changes: 6 additions & 0 deletions FabricTvOSExample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ buck-out/
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# yarn
.yarn/cache
.yarn/install-state.gz
.yarn/build-state.yml
.yarn/unplugged
893 changes: 893 additions & 0 deletions FabricTvOSExample/.yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

20,738 changes: 12,050 additions & 8,688 deletions FabricTvOSExample/yarn.lock

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions TvOSExample/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ buck-out/
# Ruby / CocoaPods
/ios/Pods/
/vendor/bundle/

# yarn
.yarn/cache
.yarn/install-state.gz
.yarn/build-state.yml
.yarn/unplugged
893 changes: 893 additions & 0 deletions TvOSExample/.yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

20,738 changes: 12,050 additions & 8,688 deletions TvOSExample/yarn.lock

Large diffs are not rendered by default.

0 comments on commit a254c9e

Please sign in to comment.