Skip to content

Commit a2076fd

Browse files
committed
Add --frozen-lockfile to bare yarn commands
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
1 parent 78a4306 commit a2076fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-extension-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cache: yarn
7979

8080
- name: Install dependencies
81-
run: yarn
81+
run: yarn install --frozen-lockfile
8282

8383
- name: Parse Extension Name
8484
if: github.ref_type == 'tag' || inputs.is_test == 'true'

.github/workflows/build-extension-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
node-version-file: '.nvmrc'
7979

8080
- name: Install dependencies
81-
run: yarn
81+
run: yarn install --frozen-lockfile
8282

8383
- name: Parse Extension Name
8484
if: github.ref_type == 'tag' || inputs.is_test == 'true'

.github/workflows/create-pr-build-extension-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
node-version-file: '.nvmrc'
5858

5959
- name: Install dependencies
60-
run: yarn
60+
run: yarn install --frozen-lockfile
6161

6262
- name: Parse Extension Name
6363
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)