Skip to content

Commit 3a92a8e

Browse files
Fixed ci build
1 parent 99b684a commit 3a92a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
sbt -mem 2048 "project scommons-react-native-showcase" fullOptJS
8787
cd showcase
8888
npm install
89-
npm install expo-cli --save-dev
89+
npm install expo-cli@4 --save-dev
9090
./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
91+
NODE_OPTIONS=--max_old_space_size=4096 EXPO_ENV=production ./node_modules/expo-cli/bin/expo.js publish --non-interactive
9292
if: ${{ !github.event.pull_request && env.TAG_NAME == '' }}
9393
env:
9494
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)