Skip to content

Commit 56b23b1

Browse files
author
Mario Campacci
committed
fix: set node compatible version in netlify build
1 parent 3328a64 commit 56b23b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

netlify.toml

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
command = "yarn generate"
66
publish = "dist"
77
ignore = "git diff --quiet HEAD^ HEAD . ../package.json"
8+
9+
[build.environment]
10+
NODE_VERSION = "16"

0 commit comments

Comments
 (0)