File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ publish = "public"
3
3
command = " npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
4
4
5
5
[context .production .environment ]
6
- HUGO_VERSION = " 0.87 .0"
6
+ HUGO_VERSION = " 0.121 .0"
7
7
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 "
10
10
11
11
[context .deploy-preview ]
12
12
command = " npm ci && hugo --gc --minify --buildDrafts --buildFuture -b $DEPLOY_PRIME_URL"
13
13
14
14
[context .deploy-preview .environment ]
15
- HUGO_VERSION = " 0.87 .0"
15
+ HUGO_VERSION = " 0.121 .0"
16
16
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 "
19
19
20
20
[context .branch-deploy ]
21
21
command = " npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
22
22
23
23
[context .branch-deploy .environment ]
24
- HUGO_VERSION = " 0.87 .0"
24
+ HUGO_VERSION = " 0.121 .0"
25
25
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 "
You can’t perform that action at this time.
0 commit comments