Skip to content

Commit 7f3df11

Browse files
authored
chore: use node 24 (#350)
Signed-off-by: Philippe Martin <phmartin@redhat.com>
1 parent ca22252 commit 7f3df11

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build-next.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

3535
- name: Get yarn cache directory path
3636
id: yarn-cache-dir-path

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v6
3636
- uses: actions/setup-node@v6
3737
with:
38-
node-version: 20
38+
node-version: 24
3939

4040
- uses: actions/setup-python@v6
4141
with:

.github/workflows/release.yaml

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

100100
- uses: actions/setup-node@v6
101101
with:
102-
node-version: 20
102+
node-version: 24
103103

104104
- name: Get yarn cache directory path
105105
id: yarn-cache-dir-path

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"publisher": "podman-desktop",
88
"license": "Apache-2.0",
99
"engines": {
10+
"node": ">=24.0.0",
1011
"podman-desktop": ">=1.12.0"
1112
},
1213
"main": "./dist/extension.js",

0 commit comments

Comments
 (0)