Froze lockfile on release

This commit is contained in:
Adria Navarro 2023-05-25 14:27:18 +02:00
parent 73f99b99d2
commit 9519ff6535
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
with:
node-version: 14.x
- run: yarn
- run: yarn install --frozen-lockfile
- name: Update versions
run: |
version=$(cat lerna.json \

View File

@ -42,7 +42,7 @@ jobs:
with:
node-version: 14.x
- run: yarn
- run: yarn install --frozen-lockfile
- name: Update versions
run: |
version=$(cat lerna.json \