Uploaded image for project: 'ERM Platform'
  1. ERM Platform
  2. ERM-3001

Update Node.js to v18 in GitHub Actions

    XMLWordPrintable

Details

    • ERM Sprint 171
    • Bienenvolk
    • Poppy (R2 2023)
    • 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.

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                zburke Zak_Burke
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases