We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816b5d4 commit a64a242Copy full SHA for a64a242
.github/workflows/pull_request.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: set up node.js
44
uses: actions/setup-node@v3
45
with:
46
- node-version: 18
+ node-version: 22
47
- name: checkout
48
uses: actions/checkout@v3
49
- name: build and test
.github/workflows/push_image.yml
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
- name: Test
Dockerfile.downstream
@@ -1,6 +1,6 @@
1
ARG BUILDVERSION
2
3
-FROM registry.access.redhat.com/ubi9/nodejs-18:9.6-1749709214 as web-builder
+FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1753172464 as web-builder
4
5
WORKDIR /opt/app-root
6
0 commit comments