File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
${{ runner.os }}-pnpm-store-
42
42
43
43
- name : Install Dependencies
44
- run : pnpm install --frozen-lockfile
44
+ run : pnpm install
45
45
46
46
- name : Lint
47
47
run : pnpm lint:check
83
83
${{ runner.os }}-pnpm-store-
84
84
85
85
- name : Install Dependencies
86
- run : pnpm install --frozen-lockfile
86
+ run : pnpm install
87
87
88
88
- name : Format
89
89
run : pnpm format:check
@@ -125,7 +125,7 @@ jobs:
125
125
${{ runner.os }}-pnpm-store-
126
126
127
127
- name : Install Dependencies
128
- run : pnpm install --frozen-lockfile
128
+ run : pnpm install
129
129
130
130
- name : Test
131
131
run : pnpm test
@@ -167,7 +167,7 @@ jobs:
167
167
${{ runner.os }}-pnpm-store-
168
168
169
169
- name : Install Dependencies
170
- run : pnpm install --frozen-lockfile
170
+ run : pnpm install
171
171
172
172
- name : Build
173
173
run : pnpm build
Original file line number Diff line number Diff line change 40
40
${{ runner.os }}-pnpm-store-
41
41
42
42
- name : Install Dependencies
43
- run : pnpm install --frozen-lockfile
43
+ run : pnpm install
44
44
45
45
- name : Create Release Pull Request or Publish to npm
46
46
id : changesets
You can’t perform that action at this time.
0 commit comments