File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
working-directory : package
39
39
40
40
- name : create react-native@${{ inputs.rnwVersion }} app
41
- run : npx --yes @react-native-community/cli init testrnx --version ${{ inputs.rnwVersion }} --verbose --skip-git-init true
41
+ run : npx --yes @react-native-community/cli@latest init testrnx --version ${{ inputs.rnwVersion }} --skip-install --install-pods false --verbose --skip-git-init true
42
42
working-directory : ../
43
43
44
44
- name : add Windows (RNW via ${{ inputs.useRnwNuGet && 'NuGet' || 'Source' }})
45
- run : npx @react-native-community/cli init-windows --template old/uwp-cpp-app --overwrite ${{ inputs.useRnwNuGet && '--experimentalNuGetDependency true' || '' }} --logging
45
+ run : npx @react-native-community/cli@latest init-windows --template old/uwp-cpp-app --overwrite ${{ inputs.useRnwNuGet && '--experimentalNuGetDependency true' || '' }} --logging
46
46
working-directory : ../testrnx
47
47
48
48
- name : link react-native-xaml
You can’t perform that action at this time.
0 commit comments