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
+2 -1
View File
@@ -4,7 +4,8 @@ command = "pnpm -F @proj-airi/stage-web... run build && pnpm -F @proj-airi/docs.
publish = "/apps/stage-web/dist"
[build.environment]
NODE_VERSION = "23"
NODE_VERSION = "24"
NODE_OPTIONS = "--max-old-space-size=4096"
# Plausible.io analytics
#
+2 -1
View File
@@ -4,7 +4,8 @@ command = "pnpm -F @proj-airi/ui-loading-screens... run build && pnpm -F @proj-a
publish = "/packages/ui-loading-screens/playground/dist"
[build.environment]
NODE_VERSION = "23"
NODE_VERSION = "24"
NODE_OPTIONS = "--max-old-space-size=4096"
[[redirects]]
from = "/*"
+2 -1
View File
@@ -4,7 +4,8 @@ command = "pnpm -F @proj-airi/ui-transitions... run build && pnpm -F @proj-airi/
publish = "/packages/ui-transitions/playground/dist"
[build.environment]
NODE_VERSION = "23"
NODE_VERSION = "24"
NODE_OPTIONS = "--max-old-space-size=4096"
[[redirects]]
from = "/*"
+1 -1
View File
@@ -25,7 +25,7 @@ An intelligent Minecraft bot powered by LLM. AIRI can understand natural languag
### 📋 Prerequisites
- 📦 Node.js 22+
- 📦 Node.js 23+
- 🔧 pnpm
- 🎮 A Minecraft server (1.20+)