Skip to content

Hard coded Node.js version #489

@RobinKnipe

Description

@RobinKnipe

The config in action.yml overrides any previously set node version (e.g. via actions/setup-node):

using: 'node12'

This causes failures if the project requires a more recent version, or it depends on a recent version of @cypress/react >= v5.7.0

Ideally the action should use any version of node already available, or have a configuration switch to explicitly set the desired version (similar to actions/setup-node).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions