Poppy 2023 R2 - Update Node.js to v18
(FOLIO-3870)
|
|
| Status: | Closed |
| Project: | ui-plugin-find-organization |
| Components: | None |
| Affects versions: | None |
| Fix versions: | 5.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: |
|
||||||||
| 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. 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. |