Skip to content

Commit 7196dd8

Browse files
committed
Install with frozen lockfile
1 parent 9af9aa1 commit 7196dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 20
2828
cache: pnpm
2929
- name: Install dependencies
30-
run: pnpm install
30+
run: pnpm install --frozen-lockfile
3131
- name: Stylecheck packages
3232
run: pnpm -r stylecheck
3333

@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Install dependencies
6262
run: |
63-
pnpm install
63+
pnpm install --frozen-lockfile
6464
pnpm exec playwright install --with-deps
6565
6666
- name: Typecheck
@@ -130,7 +130,7 @@ jobs:
130130
path: ./packages/pglite/dist/
131131

132132
- name: Install dependencies
133-
run: pnpm install
133+
run: pnpm install --frozen-lockfile
134134

135135
- name: Build packages
136136
run: pnpm --filter="...^pglite" build
@@ -162,7 +162,7 @@ jobs:
162162
path: ./packages/pglite/dist/
163163

164164
- name: Install dependencies
165-
run: pnpm install
165+
run: pnpm install --frozen-lockfile
166166

167167
- name: Build REPL and benchmark packages needed for examples
168168
run: pnpm --filter "@electric-sql/pglite-repl" --filter "benchmark" build

0 commit comments

Comments
 (0)