Skip to content

Commit 72b73ce

Browse files
committed
ci: use --frozen-lockfile in yarn install
1 parent a75a7a1 commit 72b73ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)