Closed sajikix closed 2 months ago
Changed node versions used in CI test.
[16.x, 18.x, 20.x]
[18.x, 20.x, 22.x]
The current(2024/09) support status of each Node version is as follows
So, CI test should be run in three environments: v18, v20, and v22.
engines in package.json has been >= 18 for some time, so it looks good to drop v16.
engines
package.json
>= 18
Outline
Changed node versions used in CI test.
[16.x, 18.x, 20.x]
[18.x, 20.x, 22.x]
Details
The current(2024/09) support status of each Node version is as follows
So, CI test should be run in three environments: v18, v20, and v22.
Note
engines
inpackage.json
has been>= 18
for some time, so it looks good to drop v16.