mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: use the latest npm in prerelease workflow (#9711)
This commit is contained in:
parent
c3d98e6a45
commit
e0cdf1f4ac
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@ -16,6 +16,10 @@ 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: latest
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user