Done
Details
Details
Assignee
Yury Saukou
Yury SaukouReporter
Zak Burke
Zak BurkePriority
Story Points
0.5
Sprint
None
Development Team
Thunderjet
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 3, 2023 at 8:31 PM
Updated September 20, 2023 at 5:19 PM
Resolved September 20, 2023 at 5:19 PM
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.