Skip to content

Commit 55f6a49

Browse files
authored
Merge pull request #11767 from owncloud/chore/bump-nodejs-to-v24
[full-ci] chore: bump nodejs to v24
2 parents 74660a0 + ee805b7 commit 55f6a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ K3D_IMAGE = "ghcr.io/k3d-io/k3d:5-dind"
4646
OC_CI_HUGO_STATIC_IMAGE = "hugomods/hugo:base-0.129.0"
4747

4848
DEFAULT_PHP_VERSION = "8.4"
49-
DEFAULT_NODEJS_VERSION = "22"
49+
DEFAULT_NODEJS_VERSION = "24"
5050

5151
dirs = {
5252
"base": "/drone/src",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# is a lot faster than the build steps below.
1515

1616

17-
FROM owncloudci/nodejs:18 AS generate
17+
FROM owncloudci/nodejs:24 AS generate
1818

1919
COPY ./ /ocis/
2020

0 commit comments

Comments
 (0)