mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
install from lockfile
This commit is contained in:
4
apps/mobile/.github/workflows/main.yml
vendored
4
apps/mobile/.github/workflows/main.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user