Skip to content

Commit bb8fc4d

Browse files
committed
ci: Run yarn install with the --frozen-lockfile option
1 parent f07a2a2 commit bb8fc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
- name: yarn install
23+
- name: yarn install --frozen-lockfile
2424
run: yarn install
2525
- name: Test code
2626
env:

0 commit comments

Comments
 (0)