Skip to content

Commit 472760e

Browse files
committed
chore: use specific node version in netlify
1 parent a832dc3 commit 472760e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
base = "/"
77
command = "yarn workspace jest-website netlify:ci:production"
88
publish = "/website/build"
9-
environment = { NODE_VERSION = "14.x" }
9+
environment = { NODE_VERSION = "v14.17.0" }
1010

1111

1212
[context.production]

0 commit comments

Comments
 (0)