Skip to content

Commit 580cc3a

Browse files
committed
feat: 将 Node.js 版本更新为 24 以确保兼容性
1 parent d8fdd85 commit 580cc3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@main
2121
with:
22-
node-version: 'latest'
22+
node-version: '24'
2323
cache: 'npm'
2424
# https://github.com/puppeteer/puppeteer/issues/13595#issuecomment-2640309385
2525
# https://github.com/puppeteer/puppeteer/blob/cdfbde6247fbe286c31a91ac62ffed6f2f801ee4/.github/workflows/ci.yml#L140

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node.js
2121
uses: actions/setup-node@main
2222
with:
23-
node-version: 'latest'
23+
node-version: '24'
2424
cache: 'npm'
2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)