Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- name: Replace values
shell: bash
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 24
- name: Replace values
shell: bash
env:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:iron-bookworm AS builder
FROM node:24-bookworm AS builder

ARG PKG_VERSION
# ARG GITHUB_TOKEN
Expand All @@ -23,7 +23,7 @@ RUN npm version $PKG_VERSION --allow-same-version --no-git-tag-version
RUN npm pack


FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:latest
FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:latest

USER root
# Install dependencies for logging and development
Expand Down
Loading
Loading