mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: use the node 18 in prerelease workflow (#9713)
This commit is contained in:
parent
e0cdf1f4ac
commit
5ac4a16a48
2
.github/workflows/pre-release.yml
vendored
2
.github/workflows/pre-release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: latest
|
||||
node-version: 18
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user