chore(workspace): now use NODE_VERSION 24 without minor constraints
This commit is contained in:
@@ -4,7 +4,7 @@ command = "pnpm -F @proj-airi/stream-vue-components... run build"
|
||||
publish = "/apps/stream-vue-components/dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24.3.0"
|
||||
NODE_VERSION = "24"
|
||||
NODE_OPTIONS = "--max-old-space-size=4096"
|
||||
|
||||
[[redirects]]
|
||||
|
||||
@@ -4,7 +4,7 @@ command = "pnpm -F @proj-airi/realtime-audio... run build"
|
||||
publish = "/apps/realtime-audio/dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24.3.0"
|
||||
NODE_VERSION = "24"
|
||||
NODE_OPTIONS = "--max-old-space-size=4096"
|
||||
|
||||
[[redirects]]
|
||||
|
||||
@@ -4,7 +4,7 @@ command = "pnpm -F @proj-airi/stage-web run build && pnpm -F @proj-airi/docs run
|
||||
publish = "/apps/stage-web/dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24.3.0"
|
||||
NODE_VERSION = "24"
|
||||
NODE_OPTIONS = "--max-old-space-size=4096"
|
||||
|
||||
# Plausible.io analytics
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ command = "pnpm -F @proj-airi/docs run build"
|
||||
publish = "/docs/.vitepress/dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24.3.0"
|
||||
NODE_VERSION = "24"
|
||||
NODE_OPTIONS = "--max-old-space-size=4096"
|
||||
|
||||
# Plausible.io analytics
|
||||
|
||||
@@ -4,7 +4,7 @@ command = "pnpm -F @proj-airi/ui-loading-screens run build && pnpm -F @proj-airi
|
||||
publish = "/packages/ui-loading-screens/playground/dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24.3.0"
|
||||
NODE_VERSION = "24"
|
||||
NODE_OPTIONS = "--max-old-space-size=4096"
|
||||
|
||||
[[redirects]]
|
||||
|
||||
@@ -4,7 +4,7 @@ command = "pnpm -F @proj-airi/ui-transitions run build && pnpm -F @proj-airi/ui-
|
||||
publish = "/packages/ui-transitions/playground/dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24.3.0"
|
||||
NODE_VERSION = "24"
|
||||
NODE_OPTIONS = "--max-old-space-size=4096"
|
||||
|
||||
[[redirects]]
|
||||
|
||||
Reference in New Issue
Block a user