Skip to content

Commit 22ec5dd

Browse files
benekuehnwilf-pasq-scacap
authored andcommitted
wiz-adv-2025-116
1 parent 6897999 commit 22ec5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: "**/node_modules"
2727
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
2828
- name: Install packages
29-
run: yarn
29+
run: yarn --frozen-lockfile
3030
- name: ESLint
3131
run: yarn eslint
3232

@@ -77,7 +77,7 @@ jobs:
7777
path: "**/node_modules"
7878
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
7979
- name: Install packages
80-
run: yarn
80+
run: yarn --frozen-lockfile
8181
- name: Build
8282
run: yarn build
8383
- name: Ensure that the committed dist matches the build

0 commit comments

Comments
 (0)