elastic / elasticsearch-specification

Elasticsearch full specification
Apache License 2.0
121 stars 70 forks source link

Switch to actions/setup-node@v4 #2658

Closed pquentin closed 3 months ago

pquentin commented 3 months ago

Older actions used older versions of Node.js themselves.

While 20.x still works, 20 is the recommended way to setup the version now: https://github.com/actions/setup-node. Also, it's called Node.js 20, not Node.js 20.x.