chore(ci): frozen yarn lockfile on test

This commit is contained in:
mochaaP 2022-06-23 07:43:05 +00:00
parent b190ffb3d2
commit a8f2f64260

View File

@ -90,7 +90,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn
run: yarn install --frozen-lockfile
- name: Run checks
run: |
yarn lint