Skip to content

Commit 9b456ec

Browse files
committed
fix: temporarily lock at Node.js version 16.15.0 because of peer deps issue
1 parent 2e9f1d3 commit 9b456ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/nx-next-monorepo-demo/netlify.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package = "./local-plugin"
1616
CYPRESS_CACHE_FOLDER = "../node_modules/.CypressBinary"
1717
# set TERM variable for terminal output
1818
TERM = "xterm"
19+
NODE_VERSION = "16.15.0" # TODO: Remove once peer dep conflicts are resolved
1920

2021
[[plugins]]
2122
package = "@netlify/plugin-local-install-core"

0 commit comments

Comments
 (0)