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 1313
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 16
16+ node-version : 18
17171818 with :
1919 path : ~/.npm
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v4
2121 - uses : actions/setup-node@v4
2222 with :
23- node-version : 16
23+ node-version : 18
2424 - name : Extract version
2525 id : extract_version
2626 run : node -pe "'::set-output name=version::' + require('./package.json').version"
4545 uses : actions/checkout@v4
4646 - uses : actions/setup-node@v4
4747 with :
48- node-version : 16
48+ node-version : 18
4949 - name : Cache Node.js modules
50505151 with :
Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ publish = "public"
33command = " 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"
77HUGO_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 ]
1212command = " 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"
1616HUGO_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 ]
2121command = " 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"
2525HUGO_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