Skip to content

Commit 0d57d3b

Browse files
committed
fix: update Node version in Netlify to 22
1 parent 6a9fdd1 commit 0d57d3b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

sites/partners/netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ ignore = "/bin/false"
66

77
[build.environment]
88

9-
NODE_VERSION = "18.17.0"
10-
YARN_VERSION = "1.22.4"
9+
NODE_VERSION = "22.21.1"
10+
YARN_VERSION = "1.22.22"
1111
NEXT_TELEMETRY_DISABLED = "1"
1212
NODE_OPTIONS = "--max_old_space_size=4096"
1313

sites/public/netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build]
22

3-
43
[build.environment]
54

5+
NODE_VERSION = "22.21.1"
6+
67
# reminder: URLs and fragments should *not* have a trailing /
78
LISTINGS_QUERY = "/listings"
89

910
[context.branch-deploy.environment]
10-

0 commit comments

Comments
 (0)