Skip to content

Commit f7a1dc5

Browse files
authored
ci: use --frozen-lockfile in yarn install (#7572)
1 parent 872e136 commit f7a1dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
node-version: ${{ matrix.node-version }}
8080
cache: yarn
8181

82-
- run: yarn
82+
- run: yarn --frozen-lockfile
8383

8484
- name: Enable webpack persistent caching
8585
uses: ./.github/actions/webpack-persistent-cache

0 commit comments

Comments
 (0)