Skip to content

Commit 0eb4762

Browse files
committed
deps: upgrade node to v24
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 2ac31ca commit 0eb4762

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG GO_VERSION=1.26
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG VALE_VERSION=3.11.2
88
ARG HUGO_VERSION=0.158.0
9-
ARG NODE_VERSION=22
9+
ARG NODE_VERSION=24
1010
ARG PAGEFIND_VERSION=1.5.0-beta.1
1111

1212
# base defines the generic base stage

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
publish = "public"
33

44
[context.deploy-preview.environment]
5-
NODE_VERSION = "22"
5+
NODE_VERSION = "24"
66
NODE_ENV = "production"
77
HUGO_VERSION = "0.158.0"
88
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)