Skip to content

Commit 879a590

Browse files
committed
chore: update node version to latest LTS
1 parent b737aed commit 879a590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish = "website_and_docs/public"
33
command = "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"
77
HUGO_VERSION = "0.125.4"
88
GO_VERSION = "1.20.1"
99
HUGO_ENV = "production"
@@ -12,14 +12,14 @@ HUGO_ENV = "production"
1212
command = "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"
1616
HUGO_VERSION = "0.125.4"
1717
GO_VERSION = "1.20.1"
1818

1919
[context.branch-deploy]
2020
command = "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"
2424
HUGO_VERSION = "0.125.4"
2525
GO_VERSION = "1.20.1"

0 commit comments

Comments
 (0)