stoplightio / spectral-action

GitHub Action wrapper for Spectral - a JSON/YAML/OpenAPI/AsyncAPI/etc linter with custom rule support.
https://stoplight.io/open-source/spectral
Apache License 2.0
85 stars 46 forks source link

Node 16 is EOL #664

Open matyat opened 4 months ago

matyat commented 4 months ago

Node 16 went end-of-life on 2023-09-11. And github emits the following warning when using this action:

Run Spectral
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Can the Dockerfile be updated to use Node 20?