Skip to content

Commit 107a2f2

Browse files
committed
no need for granular spec of node version with nvmrc
1 parent bf54c3b commit 107a2f2

File tree

14 files changed

+0
-42
lines changed

14 files changed

+0
-42
lines changed

examples/component-scoped-csr/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter component-scoped-csr run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/component-scoped-ssr/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter component-scoped-ssr run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/fallback-locale/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter fallback-locale run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/loaders/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter loaders run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/locale-param/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-param run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/locale-router-advanced/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-router-advanced run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/locale-router-static/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-router-static run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[[redirects]]
96
from = "/*"
107
to = "/cs/:splat"

examples/locale-router/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-router run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/multi-page/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter multi-page run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

examples/one-page/netlify.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter one-page run build"
33
publish = "build"
44

5-
[build.environment]
6-
NODE_VERSION = "22"
7-
85
[functions]
96
node_bundler = "esbuild"

0 commit comments

Comments
 (0)