Skip to content

Commit 718c418

Browse files
committed
chore(dependencies): change to yarn --frozen-lockfile
to notice when updates to yarn.lock file weren't committed eclipse-tractusx#451
1 parent a4816be commit 718c418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4242

4343
- name: Install Dependencies
44-
run: yarn
44+
run: yarn --frozen-lockfile
4545

4646
- name: Prettier Checks
4747
run: yarn pretty:check

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: martinbeentjes/npm-get-version-action@3cf273023a0dda27efcd3164bdfb51908dd46a5b # v1.3.1
104104

105105
- name: Install Dependencies
106-
run: yarn
106+
run: yarn --frozen-lockfile
107107

108108
- name: Linter Checks
109109
run: yarn lint

0 commit comments

Comments
 (0)