Skip to content

Commit a64a242

Browse files
committed
Bump to node 22
1 parent 816b5d4 commit a64a242

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: set up node.js
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 18
46+
node-version: 22
4747
- name: checkout
4848
uses: actions/checkout@v3
4949
- name: build and test

.github/workflows/push_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: set up node.js
8181
uses: actions/setup-node@v3
8282
with:
83-
node-version: 18
83+
node-version: 22
8484
- name: checkout
8585
uses: actions/checkout@v3
8686
- name: Test

Dockerfile.downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BUILDVERSION
22

3-
FROM registry.access.redhat.com/ubi9/nodejs-18:9.6-1749709214 as web-builder
3+
FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1753172464 as web-builder
44

55
WORKDIR /opt/app-root
66

0 commit comments

Comments
 (0)