Skip to content

Commit 2f67343

Browse files
committed
fix: fix
1 parent 7114f7b commit 2f67343

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/react-native-sdk.tests.workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ jobs:
2525
node-version: ${{ env.NODE_VERSION }}
2626
# Install dependencies
2727
- name: Install dependencies
28-
run: corepack enable && yarn set version 3.6.1 && yarn
29-
28+
run: yarn install --frozen-lockfile
29+
# Check licenses
30+
- name: Check licenses
31+
run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
3032
# Run lint
3133
- name: Run lint
3234
run: corepack enable && yarn set version 3.6.1 && yarn lint

.github/workflows/react-native-sdk.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: git add .npmrc && git commit -am "Prepare to release"
4747
# Install dependencies
4848
- name: Install dependencies
49-
run: corepack enable && yarn set version 3.6.1 && yarn
49+
run: yarn install --frozen-lockfile
5050
# Build and Publish SDK
5151
- name: Build and Publish SDK
5252
if: ${{ env.GLOBAL_ENV == 'prod' || env.GLOBAL_ENV == 'rc' }}

0 commit comments

Comments
 (0)