Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

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

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)