File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10+ check-versions :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-node@v4
15+ with :
16+ node-version : ' 20'
17+ cache : ' yarn'
18+ - run : yarn install --frozen-lockfile
19+ - run : node .husky/check-versions.js
1020 yarn-lockfile-check :
1121 uses : salesforcecli/github-workflows/.github/workflows/lockFileCheck.yml@main
1222 # Since the Windows unit tests take much longer, we run the linux unit tests first and then run the windows unit tests in parallel with NUTs
Original file line number Diff line number Diff line change 99 - ' 2*-patch'
1010
1111jobs :
12+ check-versions :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : actions/setup-node@v4
17+ with :
18+ node-version : ' 20'
19+ cache : ' yarn'
20+ - run : yarn install --frozen-lockfile
21+ - run : node .husky/check-versions.js
1222 pr-validation :
1323 uses : salesforcecli/github-workflows/.github/workflows/validatePR.yml@main
You can’t perform that action at this time.
0 commit comments