chore: npm i to refresh package-lock (#9715)
This commit is contained in:
parent
5ac4a16a48
commit
82683456e4
6
.github/workflows/pre-release.yml
vendored
6
.github/workflows/pre-release.yml
vendored
@ -16,10 +16,6 @@ jobs:
|
|||||||
uses: actions/checkout@v3.0.2
|
uses: actions/checkout@v3.0.2
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
- name: Set up Node.js
|
|
||||||
uses: actions/setup-node@v3.5.1
|
|
||||||
with:
|
|
||||||
node-version: 18
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
@ -40,6 +36,8 @@ jobs:
|
|||||||
npm run docs
|
npm run docs
|
||||||
- name: Format
|
- name: Format
|
||||||
run: npm run format
|
run: npm run format
|
||||||
|
- name: Install to refresh package-lock
|
||||||
|
run: npm install
|
||||||
- name: Commit
|
- name: Commit
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'release-please[bot]'
|
git config --global user.name 'release-please[bot]'
|
||||||
|
Loading…
Reference in New Issue
Block a user