Skip to content

Commit 8cc4329

Browse files
authored
chore: Use pnpm install --frozen-lockfile in GHA (#57)
1 parent ceb8843 commit 8cc4329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/autofix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: lts/*
2626

2727
- name: Install
28-
run: pnpm install
28+
run: pnpm install --frozen-lockfile
2929

3030
- name: Lint
3131
run: pnpm run lint --fix

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: lts/*
2121

2222
- name: Install
23-
run: pnpm install
23+
run: pnpm install --frozen-lockfile
2424

2525
- name: Typecheck
2626
run: pnpm run typecheck

0 commit comments

Comments
 (0)