File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020
2121env :
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.
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"
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 :
Original file line number Diff line number Diff line change 3030
3131env :
3232 # https://nodejs.dev/en/about/releases/
33- NODE_ACTIVE_LTS : " 20 "
33+ NODE_ACTIVE_LTS : " 22 "
3434
3535jobs :
3636 bump :
You can’t perform that action at this time.
0 commit comments