Skip to content
New issue

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

Update actions to use Node.js 20 #792

Closed
cameronraysmith opened this issue Jan 24, 2024 · 5 comments
Closed

Update actions to use Node.js 20 #792

cameronraysmith opened this issue Jan 24, 2024 · 5 comments

Comments

@cameronraysmith
Copy link

cameronraysmith commented Jan 24, 2024

Following up for the next iteration of #626 , node 16 is now being deprecated relative to node 20

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: r-lib/actions/... 
For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

https://github.com/search?q=repo%3Ar-lib%2Factions%20node16&type=code

using: 'node16'

@CeresBarros
Copy link

Will this change be propagated across all actions in r-lib/actions? If not, can a user set the node to 20 when using an action?

@CeresBarros
Copy link

Similarly internally used actions (e.g. actions/cache@v3 is used in setup-r-dependencies) also need to be updated to those using 'node20' (actions/cache@v4)

@florisvdh
Copy link

I got following list of actions in need of an update – note that was 5 days ago:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, r-lib/actions/setup-pandoc@v2, r-lib/actions/setup-r@v2, actions/cache@v3

@gaborcsardi
Copy link
Member

v2 uses Node 20 now.

Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants