We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the enhancement The current version of node12 in the actions runner is 12.13.1 which was released in Nov-2019.
The current node12 version is 12.22.5.
By using a more recent node12 version it will improve the ability to use native packages that take advantage of later versions of the Node-API
The package I am trying to use requires node > 12.17.0
Issue #772 would fix my problem, but the timeline for that seems to be after October.
I was hoping it might be possible to upgrade node12 until support for node14 or 16 is available.
The text was updated successfully, but these errors were encountered:
The current version 12.13.1 scores 2 criticals and 11 high security vulnerabilities that are all fixed in 12.15.0.
12.13.1
12.15.0
Sorry, something went wrong.
This issue is addressed by #1439 and released in version 2.285.0
Successfully merging a pull request may close this issue.
Describe the enhancement
The current version of node12 in the actions runner is 12.13.1 which was released in Nov-2019.
The current node12 version is 12.22.5.
By using a more recent node12 version it will improve the ability to use native packages that take advantage of later versions of the
Node-API
The package I am trying to use requires node > 12.17.0
Issue #772 would fix my problem, but the timeline for that seems to be after October.
I was hoping it might be possible to upgrade node12 until support for node14 or 16 is available.
The text was updated successfully, but these errors were encountered: