cybozu / eslint-config

ESLint rules for Cybozu
MIT License
97 stars 7 forks source link

ci: update node versions in ci test #801

Closed sajikix closed 2 months ago

sajikix commented 2 months ago

Outline

Changed node versions used in CI test.

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 in package.json has been >= 18 for some time, so it looks good to drop v16.