Skip to content

Commit 3bb0069

Browse files
authored
Add NODE_VERSION to Netlify config examples
1 parent 3a0f253 commit 3bb0069

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

content/en/functions/css/Sass.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
180180
[build.environment]
181181
HUGO_VERSION = "0.137.1"
182182
DART_SASS_VERSION = "1.80.6"
183+
NODE_VERSION = "22"
183184
TZ = "America/Los_Angeles"
184185
185186
[build]

content/en/functions/resources/ToCSS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
181181
[build.environment]
182182
HUGO_VERSION = "0.137.1"
183183
DART_SASS_VERSION = "1.80.6"
184+
NODE_VERSION = "22"
184185
TZ = "America/Los_Angeles"
185186
186187
[build]

content/en/hosting-and-deployment/hosting-on-netlify/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Create a new file named netlify.toml in the root of your project directory. In i
104104
{{< code file=netlify.toml >}}
105105
[build.environment]
106106
HUGO_VERSION = "0.137.1"
107+
NODE_VERSION = "22"
107108
TZ = "America/Los_Angeles"
108109

109110
[build]
@@ -117,6 +118,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
117118
[build.environment]
118119
HUGO_VERSION = "0.137.1"
119120
DART_SASS_VERSION = "1.80.6"
121+
NODE_VERSION = "22"
120122
TZ = "America/Los_Angeles"
121123

122124
[build]

content/en/hugo-pipes/transpile-sass-to-css.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
172172
[build.environment]
173173
HUGO_VERSION = "0.137.1"
174174
DART_SASS_VERSION = "1.80.6"
175+
NODE_VERSION = "22"
175176
TZ = "America/Los_Angeles"
176177
177178
[build]

0 commit comments

Comments
 (0)