Skip to content

Commit 8f08301

Browse files
committed
fix: revert
1 parent dc9e779 commit 8f08301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
3232
# Run lint
3333
- name: Run lint
34-
run: yarn lint
34+
run: corepack enable && yarn set version 3.6.1 && yarn lint
3535
continue-on-error: false
3636
# Run test
3737
- name: Run Test
38-
run: yarn test
38+
run: corepack enable && yarn set version 3.6.1 && yarn test
3939
continue-on-error: true

0 commit comments

Comments
 (0)