File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2525 node-version : ${{ env.NODE_VERSION }}
2626 # Install dependencies
2727 - name : Install dependencies
28- run : corepack enable && yarn set version 3.6.1 && yarn
29-
28+ run : yarn install --frozen-lockfile
29+ # Check licenses
30+ - name : Check licenses
31+ run : corepack enable && yarn set version 1.22.22 && yarn check-licenses
3032 # Run lint
3133 - name : Run lint
3234 run : corepack enable && yarn set version 3.6.1 && yarn lint
Original file line number Diff line number Diff line change 4646 run : git add .npmrc && git commit -am "Prepare to release"
4747 # Install dependencies
4848 - name : Install dependencies
49- run : corepack enable && yarn set version 3.6.1 && yarn
49+ run : yarn install --frozen-lockfile
5050 # Build and Publish SDK
5151 - name : Build and Publish SDK
5252 if : ${{ env.GLOBAL_ENV == 'prod' || env.GLOBAL_ENV == 'rc' }}
You can’t perform that action at this time.
0 commit comments