fix(ci): OOM due to project size

This commit is contained in:
Neko Ayaka
2025-06-13 00:30:47 +08:00
parent bd592d2b10
commit 630312dedd
7 changed files with 13 additions and 10 deletions
+2 -2
View File
@@ -41,11 +41,11 @@ jobs:
with:
run_install: false
- name: Install Node.js 23.x
- name: Install Node.js 24.x
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 23.x
node-version: 24.x
# registry-url required. Learn more at
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
registry-url: https://registry.npmjs.org
+2 -2
View File
@@ -30,10 +30,10 @@ jobs:
with:
run_install: false
- name: Install Node.js 22.x
- name: Install Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: 22.x
node-version: 24.x
# registry-url required. Learn more at
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
registry-url: 'https://registry.npmjs.org'
+2 -2
View File
@@ -38,11 +38,11 @@ jobs:
with:
run_install: false
- name: Install Node.js 23.x
- name: Install Node.js 24.x
uses: actions/setup-node@v4
with:
cache: pnpm
node-version: 23.x
node-version: 24.x
# registry-url required. Learn more at
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
registry-url: https://registry.npmjs.org