Skip to content

Commit 3ac8744

Browse files
authored
Merge pull request #13252 from owncloud/renovate/node-24.x
chore(deps): update node.js to v24
2 parents 00692b4 + 6ccc74e commit 3ac8744

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OC_CI_GOLANG_IMAGE = "owncloudci/golang:1.24"
1212
# the hugo version needs to be the same as in owncloud.github.io
1313
OC_CI_HUGO_STATIC_IMAGE = "hugomods/hugo:base-0.129.0"
1414

15-
OC_CI_NODEJS_IMAGE = "owncloudci/nodejs:22"
15+
OC_CI_NODEJS_IMAGE = "owncloudci/nodejs:24"
1616
OC_CI_WAIT_FOR_IMAGE = "owncloudci/wait-for:latest"
1717
OC_UBUNTU_IMAGE = "owncloud/ubuntu:24.04"
1818
ONLYOFFICE_DOCUMENT_SERVER_IMAGE = "onlyoffice/documentserver:9.1.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
"vue3-gettext": "2.4.0"
9696
},
9797
"engines": {
98-
"node": ">=22.21.1"
98+
"node": ">=24.11.0"
9999
},
100100
"packageManager": "pnpm@10.20.0",
101101
"volta": {
102-
"node": "22.21.1"
102+
"node": "24.11.0"
103103
},
104104
"pnpm": {
105105
"overrides": {

0 commit comments

Comments
 (0)