Skip to content

Commit

Permalink
chore: Use pnpm install --frozen-lockfile in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-mnch committed Jul 29, 2024
1 parent ef9bd27 commit ddee5d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: lts/*

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

- name: Lint
run: pnpm run lint --fix
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: lts/*

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

- name: Typecheck
run: pnpm run typecheck
Expand Down

0 comments on commit ddee5d3

Please sign in to comment.