From 3c488e0d07e63863af24b1066f0509e5cb346e37 Mon Sep 17 00:00:00 2001 From: Kenny <27463495+Frontesque@users.noreply.github.com> Date: Sat, 5 Mar 2022 15:11:22 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a281937..77db5f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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