From a3e4cdbb822507916acf2b408b644c7d94eb620c Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 7 Aug 2021 12:47:09 +0500 Subject: [PATCH] install from lockfile --- apps/mobile/.github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/.github/workflows/main.yml b/apps/mobile/.github/workflows/main.yml index a073a81eb..fbdc3ea2f 100644 --- a/apps/mobile/.github/workflows/main.yml +++ b/apps/mobile/.github/workflows/main.yml @@ -17,14 +17,14 @@ jobs: with: java-version: 'openjdk8' architecture: 'x64' - + - name: Use Node.js v14 uses: actions/setup-node@v2.1.5 with: node-version: 14.x - name: Install node_modules - run: yarn + run: yarn install --frozen-lockfile - name: Download Android Emulator Image run: |