Problem
The following two workflows uses Node.js 18 which was EOL.
like this:
- name: Setup Node.js
uses: actions/setup-node@v6.3.0
with:
node-version: 18
FYI supported list of Node.js: https://nodejs.org/en/about/previous-releases
Proposal
These workflow files should use supported version of Node.js.
Prior Art (Optional)
No response
Problem
The following two workflows uses Node.js 18 which was EOL.
like this:
FYI supported list of Node.js: https://nodejs.org/en/about/previous-releases
Proposal
These workflow files should use supported version of Node.js.
Prior Art (Optional)
No response