diff --git a/.github/workflows/build-tamagotchi.yml b/.github/workflows/build-tamagotchi.yml index 2f6c30e1b..d3ffeb31c 100644 --- a/.github/workflows/build-tamagotchi.yml +++ b/.github/workflows/build-tamagotchi.yml @@ -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 diff --git a/.github/workflows/release-pkg.yaml b/.github/workflows/release-pkg.yaml index 74ad81a31..9e7ca4636 100644 --- a/.github/workflows/release-pkg.yaml +++ b/.github/workflows/release-pkg.yaml @@ -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' diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 7ff636e64..0e3d7f3b7 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -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 diff --git a/apps/stage-web/netlify.toml b/apps/stage-web/netlify.toml index 0606b89ae..91809db17 100755 --- a/apps/stage-web/netlify.toml +++ b/apps/stage-web/netlify.toml @@ -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 # diff --git a/packages/ui-loading-screens/netlify.toml b/packages/ui-loading-screens/netlify.toml index 288d39086..bdf896150 100755 --- a/packages/ui-loading-screens/netlify.toml +++ b/packages/ui-loading-screens/netlify.toml @@ -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 = "/*" diff --git a/packages/ui-transitions/netlify.toml b/packages/ui-transitions/netlify.toml index 81a9d1a0b..23b02bf00 100755 --- a/packages/ui-transitions/netlify.toml +++ b/packages/ui-transitions/netlify.toml @@ -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 = "/*" diff --git a/services/minecraft/README.md b/services/minecraft/README.md index 163a3c9e1..9f70a22f1 100644 --- a/services/minecraft/README.md +++ b/services/minecraft/README.md @@ -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+)