Skip to content

Commit

Permalink
ci: install with frozen (#26135)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 5, 2023
1 parent 4eecc00 commit 283fbeb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Expand Up @@ -63,7 +63,7 @@ runs:
with:
timeout_minutes: 10
max_attempts: 3
command: pnpm install
command: pnpm install --frozen-lockfile

- name: Write `node_modules` cache
if: inputs.save-cache == 'true' && env.CACHE_HIT != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
timeout_minutes: 10
max_attempts: 3
command: pnpm install
command: pnpm install --frozen-lockfile

- name: Build ${{ env.NPM_VERSION }}
run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: pnpm

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

- name: Update static data
run: pnpm run update-static-data
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 283fbeb

Please sign in to comment.