Skip to content

Commit

Permalink
Fix Netlify build (#418)
Browse files Browse the repository at this point in the history
Signed-off-by: Matty Stratton <[email protected]>
  • Loading branch information
mattstratton authored Jan 5, 2024
1 parent 83852b8 commit ea0ddf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.3.0
v20.3.1
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
command = "bin/netlify.sh"

[context.production.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "v0.111.3"

[context.deploy-preview.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "v0.111.3"

[context.branch-deploy.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "v0.111.3"

0 comments on commit ea0ddf8

Please sign in to comment.