Update ci.yml

This commit is contained in:
Kenny 2022-03-05 15:11:22 -05:00 committed by GitHub
parent 5af044142b
commit 3c488e0d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
run: npm i
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
@ -76,7 +76,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
run: npm i
- name: Copy web assets to native platform
run: npx ionic capacitor copy ios --no-build
- name: Update native platform