fix(ci): OOM due to project size
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
@@ -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 = "/*"
|
||||
|
||||
@@ -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 = "/*"
|
||||
|
||||
@@ -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+)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user