We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b684a commit 3a92a8eCopy full SHA for 3a92a8e
.github/workflows/ci.yml
@@ -86,9 +86,9 @@ jobs:
86
sbt -mem 2048 "project scommons-react-native-showcase" fullOptJS
87
cd showcase
88
npm install
89
- npm install expo-cli --save-dev
+ npm install expo-cli@4 --save-dev
90
./node_modules/expo-cli/bin/expo.js login -u $EXPO_USERNAME -p $EXPO_PASSWORD
91
- EXPO_ENV=production ./node_modules/expo-cli/bin/expo.js publish --non-interactive
+ NODE_OPTIONS=--max_old_space_size=4096 EXPO_ENV=production ./node_modules/expo-cli/bin/expo.js publish --non-interactive
92
if: ${{ !github.event.pull_request && env.TAG_NAME == '' }}
93
env:
94
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
0 commit comments