Skip to content

Commit ba64bb0

Browse files
committed
ci: node v22 as active lts
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a45f67a commit ba64bb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
NODE_ACTIVE_LTS: '20' # https://nodejs.org/en/about/releases/
22+
NODE_ACTIVE_LTS: '22' # https://nodejs.org/en/about/releases/
2323
DIST_DIR: dist
2424
REPORTS_DIR: "CI_reports"
2525
TESTS_REPORTS_ARTIFACT: tests-reports

.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" # https://nodejs.org/en/about/releases/
37+
NODE_ACTIVE_LTS: "22" # https://nodejs.org/en/about/releases/
3838

3939
jobs:
4040
bump:

0 commit comments

Comments
 (0)