File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 yarn config set winLinkType symlinks
3737 if [ "${{ inputs.strict }}" = "true" ]; then
38- echo "Installing with strict mode"
3938 yarn install --immutable --check-resolutions --refresh-lockfile
40- echo "Checking peerDeps and constraints"
41- yarn check:pkgs
42- echo "Running npm audit"
43- yarn npm audit --all
4439 else
4540 YARN_ENABLE_HARDENED_MODE=0 yarn install --no-immutable
4641 fi
Original file line number Diff line number Diff line change 3636 - name : Setup
3737 uses : ./.github/actions/node-setup
3838
39+ - name : Check peer dependencies
40+ run : yarn check:peers
41+
42+ - name : Check package consistency
43+ run : yarn constraints
44+
45+ - name : Check package audit
46+ run : yarn npm audit --all
47+
3948 - name : Project Reference Check
4049 run : yarn sync:check
4150
You can’t perform that action at this time.
0 commit comments