File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 registry-url : " https://registry.npmjs.org"
2929
3030 - name : Install Dependencies
31- run : yarn install --immutable
31+ run : yarn install --frozen-lockfile
3232
3333 - name : Publish package
3434 run : npm publish
Original file line number Diff line number Diff line change 2626 cache : " yarn"
2727
2828 - name : Install Dependencies
29- run : yarn install --immutable
29+ run : yarn install --frozen-lockfile
3030 - name : Lint
3131 run : yarn lint
3232 test-node :
4646 cache : " yarn"
4747
4848 - name : Install Dependencies
49- run : yarn install --immutable
49+ run : yarn install --frozen-lockfile
5050
5151 - name : Build
5252 run : yarn build
6969 cache : " yarn"
7070
7171 - name : Install Dependencies
72- run : yarn install --immutable
72+ run : yarn install --frozen-lockfile
7373
7474 - name : Build
7575 run : yarn build
You can’t perform that action at this time.
0 commit comments