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

[UIPFF-16] Update Node.js to v18 in GitHub Actions Created: 03/Aug/23  Updated: 20/Sep/23  Resolved: 20/Sep/23

Status: Closed
Project: ui-plugin-find-fund
Components: None
Affects versions: None
Fix versions: 3.0.0
Parent: Poppy 2023 R2 - Update Node.js to v18

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

Issue links:
Blocks
blocks UIPFF-17 BREAKING Update react-intl to v6 Closed
Sprint: ACQ Sprint 174
Story Points: 0.5
Development Team: Thunderjet
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:28:07 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.