Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Use npm cache
  • Loading branch information
letwebdev committed Oct 9, 2023
1 parent f286d1e commit bc4ce9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install dependencies
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install npm dependencies
run: npm install
- name: set up JDK 19
uses: actions/setup-java@v3
Expand Down

0 comments on commit bc4ce9c

Please sign in to comment.