Poppy 2023 R2 - Update Node.js to v18 (FOLIO-3870)

[UIPFUDP-31] Update Node.js to v18 in GitHub Actions Created: 03/Aug/23  Updated: 24/Aug/23  Resolved: 24/Aug/23

Status: Closed
Project: ui-plugin-find-erm-usage-data-provider
Components: None
Affects versions: None
Fix versions: 6.0.0
Parent: Poppy 2023 R2 - Update Node.js to v18

Type: Task Priority: P2
Reporter: Zak Burke Assignee: Tino Ryll
Resolution: Done Votes: 0
Labels: security, security-reviewed
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original estimate: Not Specified

Sprint: Leipzig Sprint 163
Development Team: Leipzig
Epic Link: Poppy 2023 R2 - Update Node.js to v18
RCA Group: TBD

 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.


Generated at Thu Feb 08 22:19:35 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.