File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 run : |
2929 git config --local user.email "action@github.com"
3030 git config --local user.name "GitHub Action"
31- npm install
31+ npm install --legacy-peer-deps
3232 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
3333 cd packages/${{ github.event.inputs.packagePath }}
3434 npm install --legacy-peer-deps
Original file line number Diff line number Diff line change 3232 git config --local user.name "GitHub Action"
3333
3434 echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
35- npm install
35+ npm install --legacy-peer-deps
3636 cd packages/${{ github.event.inputs.packagePath }}
3737 npm install --legacy-peer-deps
3838 npm version ${{ github.event.inputs.versionType }}
You can’t perform that action at this time.
0 commit comments