chore: npm i to refresh package-lock (#9715)

This commit is contained in:
Alex Rudenko 2023-02-20 17:21:07 +01:00 committed by GitHub
parent 5ac4a16a48
commit 82683456e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,6 @@ jobs:
uses: actions/checkout@v3.0.2
with:
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
run: npm install
- name: Build
@ -40,6 +36,8 @@ jobs:
npm run docs
- name: Format
run: npm run format
- name: Install to refresh package-lock
run: npm install
- name: Commit
run: |
git config --global user.name 'release-please[bot]'