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

Node.js 16 actions are deprecated #57

Closed
pllim opened this issue Oct 25, 2023 · 4 comments · May be fixed by #58
Closed

Node.js 16 actions are deprecated #57

pllim opened this issue Oct 25, 2023 · 4 comments · May be fixed by #58

Comments

@pllim
Copy link

pllim commented Oct 25, 2023

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: apple-actions/import-codesign-certs@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

using: 'node16'

@grzegorzkrukowski
Copy link

GitHub announced that they will enforce node20 instead of a warning on 13th May

@paulmcgrathparamount
Copy link

There's a PR awaiting merging for this issue - #58 - but in the meantime one workaround I found was to check the logs of the git workflow where this action is called and copying the security commands output by the script. Then I just replace the invocation of this action with running those commands directly. Probably not an ideal solution but it does get rid of the deprecation warning.

@ssrobins
Copy link
Contributor

Upgraded with #64

pllim added a commit to pllim/jdaviz that referenced this issue May 10, 2024
@pllim
Copy link
Author

pllim commented May 10, 2024

Thanks!

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 a pull request may close this issue.

4 participants