eslint / espree

An Esprima-compatible JavaScript parser
BSD 2-Clause "Simplified" License
2.25k stars 189 forks source link

ci: run tests in Node.js 22 #598

Closed fasttime closed 2 months ago

fasttime commented 2 months ago

Node.js 22 has been released. This PR updates the GitHub Actions CI workflow to run tests also in Node.js 22.

It also bumps actions/checkout and actions/setup-node used in the release-please workflow to the latest versions. This ensures that the actions will be updated to work with upcoming version of Node.js.