Skip to content

Commit

Permalink
chore: use specific node version in netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 25, 2021
1 parent a832dc3 commit 472760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
base = "/"
command = "yarn workspace jest-website netlify:ci:production"
publish = "/website/build"
environment = { NODE_VERSION = "14.x" }
environment = { NODE_VERSION = "v14.17.0" }


[context.production]
Expand Down

0 comments on commit 472760e

Please sign in to comment.