Update Node.js to v18 in GitHub Actions
Description
Environment
None
Potential Workaround
None
blocks
Checklist
hideTestRail: Results
Activity
Show:
Done
Details
Details
Assignee
Unassigned
UnassignedReporter
Priority
Development Team
Bama
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 3, 2023 at 8:31 PM
Updated October 25, 2023 at 8:52 AM
Resolved October 25, 2023 at 8:52 AM
TestRail: Cases
TestRail: Runs
Summary: Update Node.js to v18 in
.github/workflows/
files.Details: Use the following code-mod to update the node version used in CI:
Optionally, this is also a fine time to remove the
engines.node
attribute frompackage.json
since node.js is not required in production; it is a development dependency only.