Current behavior
The workflow .github/workflows/validate.yml uses outdated action versions that call on the end-of-life Node.js 12 version:
Node.js 12 entered end-of-life status on Apr 30, 2022.
GitHub Actions currently supports only node20 and node24 for runs.using for JavaScript actions.
Desired behavior
Use only GitHub JavaScript Actions that themselves are using a supported Node.js version (currently node20 and node24).
Suggested resolution
Update:
Current behavior
The workflow .github/workflows/validate.yml uses outdated action versions that call on the end-of-life Node.js 12 version:
runs.usingnode12node12node12node12Node.js 12 entered end-of-life status on Apr 30, 2022.
GitHub Actions currently supports only
node20andnode24for runs.using for JavaScript actions.Desired behavior
Use only GitHub JavaScript Actions that themselves are using a supported Node.js version (currently
node20andnode24).Suggested resolution
Update:
runs.usingnode24node20compositenode24