Skip to content

Commit

Permalink
chore: Add --frozen-lockfile flag to CI process (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Jul 23, 2024
1 parent 412bbfa commit ef0937d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install Dependencies
if: steps.version_check.outputs.changed == 'true'
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build and Move Files
if: steps.version_check.outputs.changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: npm install -g pnpm

- name: Install Dependencies
run: pnpm install
run: pnpm install --frozen-lockfile

- name: Build JSON schema files
run: pnpm build
Expand Down

0 comments on commit ef0937d

Please sign in to comment.