Skip to content

Commit 2ed7c85

Browse files
deps: bump NodeJS to 24.14.1 (#2799)
* chore: deps: update Node used by Github Action to 24.14.1 Made with ❤️️ by updatecli * chore: deps: update Node used by Netlify to 24.14.1 Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
1 parent 92f2f5d commit 2ed7c85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v4.4.0
1919
with:
20-
node-version: 20
20+
node-version: 24
2121

2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[build.environment]
66
HUGO_VERSION = "0.159.1"
7-
NODE_VERSION = "20.20.0"
7+
NODE_VERSION = "24.14.1"
88
NPM_VERSION = "11.12.1"
99

1010
[context.production]

0 commit comments

Comments
 (0)