Skip to content

Commit 9fa500a

Browse files
authored
Merge pull request #58 from elevenlabs/ah/imp/pnpm-lock-version
Freeze lockfile
2 parents ac36c4d + 87240cb commit 9fa500a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/code-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: |
3838
${{ runner.os }}-pnpm-store-
3939
- name: Install dependencies
40-
run: pnpm install
40+
run: pnpm install --frozen-lockfile
4141

4242
- run: pnpm lint
4343

@@ -75,7 +75,7 @@ jobs:
7575
${{ runner.os }}-pnpm-store-
7676
7777
- name: Install dependencies
78-
run: pnpm install
78+
run: pnpm install --frozen-lockfile
7979

8080
- run: pnpm format:check
8181

@@ -111,7 +111,7 @@ jobs:
111111
restore-keys: |
112112
${{ runner.os }}-pnpm-store-
113113
- name: Install dependencies
114-
run: pnpm install
114+
run: pnpm install --frozen-lockfile
115115

116116
- name: Build packages
117117
run: pnpm --filter=shadcn build

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ packages:
66
- "!**/fixtures/**"
77
- "!**/temp/**"
88
- "!packages/tests/temp/**"
9+
minimumReleaseAge: 10080 # 1 week

0 commit comments

Comments
 (0)