Skip to content

Commit

Permalink
Merge pull request #7485 from pjonsson/netlify-node-version
Browse files Browse the repository at this point in the history
netlify: update to use Node 20
  • Loading branch information
na9da authored Mar 6, 2025
2 parents f11808d + c7c38f2 commit 2c3d75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
command = "yarn gulp docs"
publish = "wwwroot/doc"
[build.environment]
NODE_VERSION = "16"
NODE_OPTIONS = "--max_old_space_size=4096"
NODE_VERSION = "20"
NODE_OPTIONS = "--max_old_space_size=4096"
NETLIFY_USE_YARN = "true"
PYTHON_VERSION = "3.8"

0 comments on commit 2c3d75d

Please sign in to comment.