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:
8282 if : matrix.release == 'stable'
8383 uses : actions/setup-node@v4
8484 with :
85- node-version : ' 18 .x'
85+ node-version : ' 22 .x'
8686 - name : Setup Node Nightly
8787 if : matrix.release == 'nightly'
8888 uses : actions/setup-node@v4
8989 with :
90- node-version : ' 18 .x'
90+ node-version : ' 22 .x'
9191 registry-url : ' https://npm.pkg.github.com'
9292 - name : Use Nightly package.json in Ubuntu/macOS
9393 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"
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