Skip to content

Commit

Permalink
try upping the node version
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
  • Loading branch information
cjyabraham committed Dec 26, 2023
1 parent b48720b commit d8cbe59
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 @@ -7,7 +7,7 @@ functions = "functions"
command = "git submodule update --init --recursive --depth 1 && make non-production-build && npx -y pagefind --site public"

[build.environment]
NODE_VERSION = "10.20.0"
NODE_VERSION = "20.5.0"
HUGO_VERSION = "0.111.3"

[context.production.environment]
Expand All @@ -16,7 +16,7 @@ HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.deploy-preview]
command = "git submodule update --init --recursive --depth 1 && make deploy-preview && npx -v"
command = "git submodule update --init --recursive --depth 1 && make deploy-preview && npx -v && npx -y pagefind --site public"

[context.branch-deploy]
command = "git submodule update --init --recursive --depth 1 && make non-production-build && npx -y pagefind --site public"
Expand Down

0 comments on commit d8cbe59

Please sign in to comment.