Skip to content

Commit 62ade29

Browse files
authored
ci: test node 23 (#1175)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d87ebea commit 62ade29

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
env:
21-
NODE_ACTIVE_LTS: "20" # see https://nodejs.org/en/about/releases/
21+
NODE_ACTIVE_LTS: "22" # see https://nodejs.org/en/about/releases/
2222
REPORTS_DIR: "CI_reports"
2323
TESTS_REPORTS_ARTIFACT: tests-reports
2424
STANDARD_REPORTS_ARTIFACT: cs-reports
@@ -155,8 +155,9 @@ jobs:
155155
node-version:
156156
# action based on https://github.com/actions/node-versions/releases
157157
# see also: https://nodejs.org/en/about/releases/
158-
- "22" # Current
159-
- "20" # active LTS
158+
- "23" # current
159+
- "22" # active LTS
160+
- "20"
160161
- "18"
161162
- "16"
162163
- "14"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
REPORTS_DIR: CI_reports
3535
PACKED_DIR: CI_packed
3636
PACKED_ARTIFACT: packed
37-
NODE_ACTIVE_LTS: "20"
37+
NODE_ACTIVE_LTS: "22"
3838

3939
jobs:
4040
bump:

0 commit comments

Comments
 (0)