Skip to content

Commit

Permalink
[CI] Use --frozen-lockfile for yarn install to ensure consistent depe…
Browse files Browse the repository at this point in the history
…ndency versions
  • Loading branch information
CornWorld committed Dec 27, 2024
1 parent 2280a17 commit 907fb20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateWebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: npm install -g yarn
- name: yarn install & build
run: |
yarn install
yarn install --frozen-lockfile
yarn build
env:
CI: false
Expand Down

0 comments on commit 907fb20

Please sign in to comment.