File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 cache : " yarn"
3131 node-version-file : " .node-version"
3232 - name : Install dependencies
33- run : " yarn install"
33+ run : " yarn install --frozen-lockfile "
3434 - name : Build
3535 run : " yarn run build"
3636 env :
Original file line number Diff line number Diff line change 1414 cache : " yarn"
1515 node-version-file : " .node-version"
1616 - name : Install dependencies
17- run : " yarn install"
17+ run : " yarn install --frozen-lockfile "
1818 - name : Prettier
1919 run : " yarn run prettier:check"
2020 - name : i18n
Original file line number Diff line number Diff line change 1616 cache : " yarn"
1717 node-version-file : " .node-version"
1818 - name : Install dependencies
19- run : " yarn install"
19+ run : " yarn install --frozen-lockfile "
2020 - name : Vitest
2121 run : " yarn run test:coverage"
2222 - name : Upload to codecov
You can’t perform that action at this time.
0 commit comments