ci: update node.js version to 22 (active lts)

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2024-10-31 09:37:20 +01:00
parent f909620f8f
commit c643508a1f

View File

@@ -2,7 +2,7 @@
publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "20"
NODE_VERSION = "22"
NODE_ENV = "production"
HUGO_VERSION = "0.136.5"
HUGO_ENABLEGITINFO = "true"