Skip to content

Commit

Permalink
Try Node 12
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper committed Sep 4, 2024
1 parent 0a67cab commit e46fe5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[context.deploy-preview.environment]
HUGO_VERSION = "0.81.0"
NODE_VERSION = "10"
NODE_VERSION = "12"

[context.production.environment]
HUGO_VERSION = "0.81.0"
NODE_VERSION = "10"
NODE_VERSION = "12"
HUGO_ENV = "production"

0 comments on commit e46fe5d

Please sign in to comment.