Skip to content

Commit

Permalink
fix: set node compatible version in netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Campacci committed Feb 20, 2024
1 parent 3328a64 commit 56b23b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
command = "yarn generate"
publish = "dist"
ignore = "git diff --quiet HEAD^ HEAD . ../package.json"

[build.environment]
NODE_VERSION = "16"

0 comments on commit 56b23b1

Please sign in to comment.