Skip to content

Commit f93935a

Browse files
committed
use lockfile on CI build
1 parent 9557022 commit f93935a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
BD_USERNAME: ${{ secrets.BD_USERNAME }}
2121
BD_PASSWORD: ${{ secrets.BD_PASSWORD }}
2222
run: |
23-
yarn install
23+
yarn install --frozen-lockfile
2424
yarn build
2525
yarn lint
2626
yarn test

0 commit comments

Comments
 (0)