File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
33
cache : ' pnpm'
34
34
35
35
- name : Install dependencies
36
- run : pnpm install --ignore-scripts
36
+ run : pnpm install --ignore-scripts --frozen-lockfile
37
37
38
38
- name : Build library
39
39
run : pnpm run build
59
59
cache : ' pnpm'
60
60
61
61
- name : Install dependencies
62
- run : pnpm install --ignore-scripts
62
+ run : pnpm install --ignore-scripts --frozen-lockfile
63
63
64
64
- name : Test lint
65
65
run : pnpm run test:lint
85
85
cache : ' pnpm'
86
86
87
87
- name : Install dependencies
88
- run : pnpm install --ignore-scripts
88
+ run : pnpm install --ignore-scripts --frozen-lockfile
89
89
90
90
- name : Test unit
91
91
run : pnpm run test:unit
@@ -112,7 +112,7 @@ jobs:
112
112
cache : ' pnpm'
113
113
114
114
- name : Install dependencies
115
- run : pnpm install --ignore-scripts
115
+ run : pnpm install --ignore-scripts --frozen-lockfile
116
116
117
117
- name : Test coverage
118
118
run : pnpm run test:coverage
Original file line number Diff line number Diff line change 34
34
cache : ' pnpm'
35
35
36
36
- name : Install dependencies
37
- run : pnpm install --ignore-scripts
37
+ run : pnpm install --ignore-scripts --frozen-lockfile
38
38
39
39
- name : Build library
40
40
run : pnpm run build
Original file line number Diff line number Diff line change 30
30
cache : ' pnpm'
31
31
32
32
- name : Install dependencies
33
- run : pnpm install --ignore-scripts
33
+ run : pnpm install --ignore-scripts --frozen-lockfile
34
34
35
35
- name : Build library
36
36
run : pnpm run build
Original file line number Diff line number Diff line change 52
52
if : ${{ steps.release.outputs.releases_created }}
53
53
54
54
- name : Install dependencies
55
- run : pnpm install --ignore-scripts
55
+ run : pnpm install --ignore-scripts --frozen-lockfile
56
56
if : ${{ steps.release.outputs.releases_created }}
57
57
58
58
- name : Build library
Original file line number Diff line number Diff line change 52
52
if : ${{ steps.release.outputs.releases_created }}
53
53
54
54
- name : Install dependencies
55
- run : pnpm install --ignore-scripts
55
+ run : pnpm install --ignore-scripts --frozen-lockfile
56
56
if : ${{ steps.release.outputs.releases_created }}
57
57
58
58
- name : Build library
You can’t perform that action at this time.
0 commit comments