File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ jobs:
82
82
if : matrix.release == 'stable'
83
83
uses : actions/setup-node@v4
84
84
with :
85
- node-version : ' 18 .x'
85
+ node-version : ' 22 .x'
86
86
- name : Setup Node Nightly
87
87
if : matrix.release == 'nightly'
88
88
uses : actions/setup-node@v4
89
89
with :
90
- node-version : ' 18 .x'
90
+ node-version : ' 22 .x'
91
91
registry-url : ' https://npm.pkg.github.com'
92
92
- name : Use Nightly package.json in Ubuntu/macOS
93
93
if : matrix.release == 'nightly' && matrix.os != 'windows'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ publish = "website_and_docs/public"
3
3
command = " chmod +x build-site.sh && ./build-site.sh"
4
4
5
5
[context .production .environment ]
6
- NODE_VERSION = " 18.14.1 "
6
+ NODE_VERSION = " 22.13.0 "
7
7
HUGO_VERSION = " 0.125.4"
8
8
GO_VERSION = " 1.20.1"
9
9
HUGO_ENV = " production"
@@ -12,14 +12,14 @@ HUGO_ENV = "production"
12
12
command = " chmod +x build-site.sh && ./build-site.sh"
13
13
14
14
[context .deploy-preview .environment ]
15
- NODE_VERSION = " 18.14.1 "
15
+ NODE_VERSION = " 22.13.0 "
16
16
HUGO_VERSION = " 0.125.4"
17
17
GO_VERSION = " 1.20.1"
18
18
19
19
[context .branch-deploy ]
20
20
command = " chmod +x build-site.sh && ./build-site.sh"
21
21
22
22
[context .branch-deploy .environment ]
23
- NODE_VERSION = " 18.14.1 "
23
+ NODE_VERSION = " 22.13.0 "
24
24
HUGO_VERSION = " 0.125.4"
25
25
GO_VERSION = " 1.20.1"
You can’t perform that action at this time.
0 commit comments