Skip to content

Use node 14#182

Closed
Andarist wants to merge 1 commit intoactions:mainfrom
Andarist:patch-1
Closed

Use node 14#182
Andarist wants to merge 1 commit intoactions:mainfrom
Andarist:patch-1

Conversation

@Andarist
Copy link
Copy Markdown

It would be nice to upgrade the node version as it's the current LTS - I got bitten by this because my script has failed on unexpected syntax as I've used the optional chaining operator in it 😅

@Andarist Andarist requested a review from a team August 20, 2021 12:48
@joshmgross
Copy link
Copy Markdown
Contributor

👋 Hey @Andarist,

Right now Node 14 isn't an option for actions. The Node 12 binary is shipped with the Actions Runner, so that will need to be updated before we can specify newer version of Node.

The tracking issue for that is actions/runner#772.

If you want to execute a Node 14 or higher script in your workflow, I'd recommend manually doing that with a run: statement after installing the proper version with https://github.com/actions/setup-node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants