File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ publish = "website_and_docs/public"
33command = " chmod +x build-site.sh && ./build-site.sh"
44
55[context .production .environment ]
6- NODE_VERSION = " 18.14.1 "
6+ NODE_VERSION = " 22.13.0 "
77HUGO_VERSION = " 0.125.4"
88GO_VERSION = " 1.20.1"
99HUGO_ENV = " production"
@@ -12,14 +12,14 @@ HUGO_ENV = "production"
1212command = " chmod +x build-site.sh && ./build-site.sh"
1313
1414[context .deploy-preview .environment ]
15- NODE_VERSION = " 18.14.1 "
15+ NODE_VERSION = " 22.13.0 "
1616HUGO_VERSION = " 0.125.4"
1717GO_VERSION = " 1.20.1"
1818
1919[context .branch-deploy ]
2020command = " chmod +x build-site.sh && ./build-site.sh"
2121
2222[context .branch-deploy .environment ]
23- NODE_VERSION = " 18.14.1 "
23+ NODE_VERSION = " 22.13.0 "
2424HUGO_VERSION = " 0.125.4"
2525GO_VERSION = " 1.20.1"
You can’t perform that action at this time.
0 commit comments