Commit 7196dd8 1 parent 9af9aa1 commit 7196dd8 Copy full SHA for 7196dd8
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
node-version : 20
28
28
cache : pnpm
29
29
- name : Install dependencies
30
- run : pnpm install
30
+ run : pnpm install --frozen-lockfile
31
31
- name : Stylecheck packages
32
32
run : pnpm -r stylecheck
33
33
60
60
61
61
- name : Install dependencies
62
62
run : |
63
- pnpm install
63
+ pnpm install --frozen-lockfile
64
64
pnpm exec playwright install --with-deps
65
65
66
66
- name : Typecheck
@@ -130,7 +130,7 @@ jobs:
130
130
path : ./packages/pglite/dist/
131
131
132
132
- name : Install dependencies
133
- run : pnpm install
133
+ run : pnpm install --frozen-lockfile
134
134
135
135
- name : Build packages
136
136
run : pnpm --filter="...^pglite" build
@@ -162,7 +162,7 @@ jobs:
162
162
path : ./packages/pglite/dist/
163
163
164
164
- name : Install dependencies
165
- run : pnpm install
165
+ run : pnpm install --frozen-lockfile
166
166
167
167
- name : Build REPL and benchmark packages needed for examples
168
168
run : pnpm --filter "@electric-sql/pglite-repl" --filter "benchmark" build
You can’t perform that action at this time.
0 commit comments