File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : Build
22description : Build
33runs :
4- using : " composite"
5- steps :
4+ using : ' composite'
5+ steps :
66 - uses : actions/setup-node@v4
77 with :
88 node-version-file : ' .nvmrc'
99 cache : ' yarn'
1010
11+ - name : Update npm
12+ shell : bash
13+ run :
npm install -g [email protected] 14+
1115 - name : install
1216 shell : sh
1317 run : yarn --frozen-lockfile
Original file line number Diff line number Diff line change 2424 - name : Build packages
2525 uses : ./.github/actions/build
2626
27- - name : prepare npm access
28- run : echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}' >> ~/.npmrc
2927 # https://github.com/lerna/lerna/issues/2788 --no-verify-access
3028 # https://github.com/lerna/lerna/issues/1893 --preid ${{ github.sha }}
3129 - name : prerelease
You can’t perform that action at this time.
0 commit comments