chore(ci): Add --frozen-lockfile arg to yarn install
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
restore-keys: ${{ runner.os }}-${{ matrix.node }}-yarn-
|
restore-keys: ${{ runner.os }}-${{ matrix.node }}-yarn-
|
||||||
|
|
||||||
- name: Install dependencies using Yarn
|
- name: Install dependencies using Yarn
|
||||||
run: yarn install
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
- name: Execute the Node test scripts
|
- name: Execute the Node test scripts
|
||||||
run: yarn test
|
run: yarn test
|
||||||
|
|||||||
Reference in New Issue
Block a user