Skip to content

Commit e0e56ab

Browse files
committed
updating node, npm, and hugo in netlify parameters
1 parent 52d75cf commit e0e56ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

netlify.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ publish = "public"
33
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.87.0"
6+
HUGO_VERSION = "0.121.0"
77
HUGO_ENV = "production"
8-
NODE_VERSION = "14.16.0"
9-
NPM_VERSION = "6.14.11"
8+
NODE_VERSION = "18.20.0"
9+
NPM_VERSION = "10.5.0"
1010

1111
[context.deploy-preview]
1212
command = "npm ci && hugo --gc --minify --buildDrafts --buildFuture -b $DEPLOY_PRIME_URL"
1313

1414
[context.deploy-preview.environment]
15-
HUGO_VERSION = "0.87.0"
15+
HUGO_VERSION = "0.121.0"
1616
HUGO_ENABLEGITINFO = "true"
17-
NODE_VERSION = "14.16.0"
18-
NPM_VERSION = "6.14.11"
17+
NODE_VERSION = "18.20.0"
18+
NPM_VERSION = "10.5.0"
1919

2020
[context.branch-deploy]
2121
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
2222

2323
[context.branch-deploy.environment]
24-
HUGO_VERSION = "0.87.0"
24+
HUGO_VERSION = "0.121.0"
2525
HUGO_ENABLEGITINFO = "true"
26-
NODE_VERSION = "14.16.0"
27-
NPM_VERSION = "6.14.11"
26+
NODE_VERSION = "18.20.0"
27+
NPM_VERSION = "10.5.0"

0 commit comments

Comments
 (0)