Skip to content

Commit de09081

Browse files
authored
wiz-adv-2025-116
1 parent dd8eed9 commit de09081

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-checks.yml

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

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

0 commit comments

Comments
 (0)