Skip to content

Commit 1230d8b

Browse files
authored
ci: log versions when building nightlies (#2535)
1 parent 888cac2 commit 1230d8b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/actions/yarn/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ runs:
1313
shell: bash
1414
- name: Install npm dependencies (ignore lockfile changes)
1515
if: ${{ inputs.immutable != 'true' }}
16-
run: yarn --no-immutable
16+
run: |
17+
yarn --no-immutable
18+
yarn why react-native
19+
yarn why react-native-macos
20+
yarn why react-native-windows
1721
shell: bash

0 commit comments

Comments
 (0)