Commit ccd25aed authored by Martin Santangelo's avatar Martin Santangelo

(fix) CI node version

1 merge request!377Udpate app to react native 0.61.4 and jitsi 2.4.0
......@@ -6,7 +6,7 @@ stages:
- deploy
test:jest:
image: node:10.10.0
image: node:10.16.3
stage: test
cache:
key: ${CI_COMMIT_REF_SLUG}
......@@ -22,7 +22,7 @@ build:android:
stage: build
before_script:
- sudo sysctl fs.inotify.max_user_watches=524288
- sudo sysctl -p
- sudo sysctl -p
script:
- yarn install
- cd android
......
Please register or to comment