Skip to content

Commit c893a97

Browse files
authored
chore: CI/CT use node24, too (#366)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 54d230d commit c893a97

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/workflows/nodejs.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
env:
2222
# https://nodejs.dev/en/about/releases/
23-
NODE_ACTIVE_LTS: "20"
23+
NODE_ACTIVE_LTS: "22"
2424

2525
## As this project is a meta-package, there are no functionalities nor tests.
2626
## So the only responsibility that must be assured is: this project can be installed under all circumstances.
@@ -39,8 +39,9 @@ jobs:
3939
node-version:
4040
# action based on https://github.com/actions/node-versions/releases
4141
# see also: https://nodejs.org/en/about/releases/
42-
- "22" # Current
43-
- "20" # Active LTS
42+
- "24" # Current
43+
- "22" # Active LTS
44+
- "20" # Maintenance
4445
- "18"
4546
- "16"
4647
- "14"
@@ -74,8 +75,9 @@ jobs:
7475
node-version:
7576
# action based on https://github.com/actions/node-versions/releases
7677
# see also: https://nodejs.org/en/about/releases/
77-
- "22" # Current
78-
- "20" # Active LTS
78+
- "24" # Current
79+
- "22" # Active LTS
80+
- "20" # Maintenance
7981
- "18"
8082
- "16"
8183
- "14"
@@ -107,8 +109,9 @@ jobs:
107109
node-version:
108110
# action based on https://github.com/actions/node-versions/releases
109111
# see also: https://nodejs.org/en/about/releases/
110-
- "22" # Current
111-
- "20" # Active LTS
112+
- "24" # Current
113+
- "22" # Active LTS
114+
- "20" # Maintenance
112115
- "18"
113116
pnpm-version: [ "latest" ]
114117
include:

.github/workflows/release.yml

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

3131
env:
3232
# https://nodejs.dev/en/about/releases/
33-
NODE_ACTIVE_LTS: "20"
33+
NODE_ACTIVE_LTS: "22"
3434

3535
jobs:
3636
bump:

0 commit comments

Comments
 (0)