Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update action to node20#482

Closed
takost wants to merge 3 commits into
actions:mainfrom
takost:update-to-node-20
Closed

Update action to node20#482
takost wants to merge 3 commits into
actions:mainfrom
takost:update-to-node-20

Conversation

@takost

@takost takost commented Nov 16, 2023

Copy link
Copy Markdown

Description:
Node 16 has reached end-of-life on 11 Sep 202.
This PR updates the default runtime to node20, rather then node16.

This is supported on all Actions Runners v2.308.0 or later.

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@takost takost requested a review from a team as a code owner November 16, 2023 15:30
@dlemstra

Copy link
Copy Markdown

You might also want to update node_modules/@types/node and maybe also some of the other packages? That can fix this critical in one of the dependencies:

@babel/traverse <7.23.2
Severity: critical
Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code - GHSA-67hx-6x53-jw92
fix available via npm audit fix
node_modules/@babel/traverse

@takost

takost commented Nov 29, 2023

Copy link
Copy Markdown
Author

@dlemstra Thanks for your comment, I'll try to update packages.
But could you please help me with the failing test? Looks like test from the externals is out-dated, and I'm not familiar with the process of update of this script.

@dlemstra

Copy link
Copy Markdown

It looks like someone else created a PR that addresses this issue here: #484?

@takost

takost commented Nov 30, 2023

Copy link
Copy Markdown
Author

@dlemstra I will close my PR in favour of #484

@takost takost closed this Nov 30, 2023
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