Skip to content

Commit 5e73853

Browse files
authored
chore: update to node 24 (#85)
* chore: update to node24 Signed-off-by: Frank Kong <frkong@redhat.com> * chore: update renovate to also create PRs for older release branches Signed-off-by: Frank Kong <frkong@redhat.com> --------- Signed-off-by: Frank Kong <frkong@redhat.com>
1 parent 45c9d01 commit 5e73853

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# https://registry.access.redhat.com/ubi9/nodejs-22
2-
FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.7-1776863671
1+
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.7-1778116980
32

43
# Runtime requirements and usage documentation
54
LABEL description="RHDH Dynamic Plugin Factory - Build and package Backstage plugins" \

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"baseBranchPatterns": ["main", "/^release-\\d+\\.\\d+$/"],
67
"packageRules": [
78
{
89
"matchManagers": ["github-actions"],

tests/e2e/conftest.py

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

2525
FIXTURES_DIR = Path(__file__).parent / "fixtures"
2626
DEFAULT_LOG_DIR = Path(__file__).parent / "logs"
27-
CONTAINER_TIMEOUT = 1800 # 30 minutes (allows headroom for parallel runs)
27+
CONTAINER_TIMEOUT = 2400 # 40 minutes (allows headroom for parallel runs)
2828

2929

3030
@dataclass

0 commit comments

Comments
 (0)