Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YudhistiraA authored Apr 8, 2024
1 parent f3a83d5 commit f38e88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'

- name: Install dependencies
run: npm install

- name: Build Android Release
run: cd android && gradlew.bat assembleRelease
run: cd android && gradlew assembleRelease

- name: Upload Artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit f38e88d

Please sign in to comment.