File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818 cancel-in-progress : true
1919
2020env :
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"
Original file line number Diff line number Diff line change 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
3939jobs :
4040 bump :
You can’t perform that action at this time.
0 commit comments