We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fdd85 commit 580cc3aCopy full SHA for 580cc3a
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Node.js
20
uses: actions/setup-node@main
21
with:
22
- node-version: 'latest'
+ node-version: '24'
23
cache: 'npm'
24
# https://github.com/puppeteer/puppeteer/issues/13595#issuecomment-2640309385
25
# https://github.com/puppeteer/puppeteer/blob/cdfbde6247fbe286c31a91ac62ffed6f2f801ee4/.github/workflows/ci.yml#L140
.github/workflows/dev.yml
@@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
26
run: npm install
0 commit comments