Update Node.js to v18 in GitHub Actions

Description

Summary: Update Node.js to v18 in .github/workflows/ files.
Details: Use the following code-mod to update the node version used in CI:

grep -rl "NODEJS_VERSION: '16'" .github | xargs perl -pi -e "s/NODEJS_VERSION: '16'/NODEJS_VERSION: '18'/g"

Optionally, this is also a fine time to remove the engines.node attribute from package.json since node.js is not required in production; it is a development dependency only.

Environment

None

Potential Workaround

None

Checklist

hide

TestRail: Results

Activity

Show:
Done

Details

Assignee

Reporter

Priority

Story Points

Sprint

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 6, 2023 at 5:22 AM
Resolved September 6, 2023 at 5:22 AM
TestRail: Cases
TestRail: Runs

Flag notifications