Using Node Version Manager
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
$ nvm install 16
Download and run the installer from nodejs.org
npm i
- Default:
npm start
- Android:
npm run android
- Web:
npm run web
cd android && ./gradlew assembleRelease
The output file will be on the folder android/app/build/outputs/apk/release
- Cancel Redundant Workflows
- Setup ( Checkout Repo , Install Node & Dependencies )
- Run Linter
- Run Tests
- Build & Upload APK
If a tag that starts with v
is pushed, the apk will be built for the latest commit and a release will be created.
$ git tag v0.1.0
$ git push origin --tags
Keep tag version aligned with
package.json