Skip to content

Update to supported version of Node.js in the workflows and on the server #4037

Description

@ryonakano

Problem

The following two workflows uses Node.js 18 which was EOL.

like this:

      - name: Setup Node.js
        uses: actions/setup-node@v6.3.0
        with:
          node-version: 18

FYI supported list of Node.js: https://nodejs.org/en/about/previous-releases

Proposal

These workflow files should use supported version of Node.js.

Prior Art (Optional)

No response

Metadata

Metadata

Assignees

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions