mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
|
||||
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]'
|
||||
|
Loading…
Reference in New Issue
Block a user