File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 13
13
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 16
16
+ node-version : 18
17
17
18
18
with :
19
19
path : ~/.npm
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v4
21
21
- uses : actions/setup-node@v4
22
22
with :
23
- node-version : 16
23
+ node-version : 18
24
24
- name : Extract version
25
25
id : extract_version
26
26
run : node -pe "'::set-output name=version::' + require('./package.json').version"
45
45
uses : actions/checkout@v4
46
46
- uses : actions/setup-node@v4
47
47
with :
48
- node-version : 16
48
+ node-version : 18
49
49
- name : Cache Node.js modules
50
50
51
51
with :
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