Use --frozen-lockfile when install deps in CI

This commit is contained in:
Hugh Nimmo-Smith
2025-02-05 16:13:06 +00:00
parent c3ad7844fb
commit fd1a3ac42a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
cache: "yarn"
node-version-file: ".node-version"
- name: Install dependencies
run: "yarn install"
run: "yarn install --frozen-lockfile"
- name: Prettier
run: "yarn run prettier:check"
- name: i18n