Skip to content

Commit 8e2c45e

Browse files
authored
chore(deps): Update to Node 24 (#1052)
1 parent fbcbe81 commit 8e2c45e

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-node@v6
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: 'pnpm'
3535

3636
- name: Install dependencies

.github/workflows/e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- uses: actions/setup-node@v6
9595
with:
96-
node-version: 22
96+
node-version: 24
9797

9898
- name: Update podman v. 5.x
9999
run: |

.github/workflows/pr-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- uses: actions/setup-node@v6
5252
with:
53-
node-version: 20
53+
node-version: 24
5454
cache: 'pnpm'
5555

5656
- name: Execute pnpm
@@ -92,7 +92,7 @@ jobs:
9292

9393
- uses: actions/setup-node@v6
9494
with:
95-
node-version: 22
95+
node-version: 24
9696

9797
- name: Update podman
9898
run: |
@@ -187,7 +187,7 @@ jobs:
187187

188188
- uses: actions/setup-node@v6
189189
with:
190-
node-version: 22
190+
node-version: 24
191191

192192
- name: Update podman
193193
run: |

build/Containerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# SPDX-License-Identifier: Apache-2.0
1717

18-
FROM registry.access.redhat.com/ubi10/nodejs-22-minimal@sha256:52f5a9e3eb1191276ef576ad88142a27d4ef61317384f383534526f55761387b
18+
FROM registry.access.redhat.com/ubi10/nodejs-24-minimal@sha256:3537b5ae0731fa1e75eb49cc73355e406f6c3d19dd04cff594731d8c5e8fc54c
1919

2020
ENV EXTENSION_SRC=/opt/app-root/extension-source
2121
RUN mkdir -p $EXTENSION_SRC

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@playwright/test": "^1.57.0",
6262
"@podman-desktop/tests-playwright": "^1.24.2",
6363
"@types/js-yaml": "^4.0.5",
64-
"@types/node": "^25",
64+
"@types/node": "^24",
6565
"@typescript-eslint/eslint-plugin": "^8.50.1",
6666
"@typescript-eslint/parser": "^6.21.0",
6767
"@vitest/coverage-v8": "^3.2.4",

pnpm-lock.yaml

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)