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
As far as I understand, this GitHub Action still uses Node.js v16, which is deprecated according to GitHub's blog: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
I suggest updating this GitHub Action to Node.js v20 and releasing a new version (e.g., v2.0.0) to fix the warning.
v2.0.0
The warning can be seen, e.g., here: https://github.com/VSCodium/vscodium/actions/runs/8253791641
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What changes would you like?
As far as I understand, this GitHub Action still uses Node.js v16, which is deprecated according to GitHub's blog: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
I suggest updating this GitHub Action to Node.js v20 and releasing a new version (e.g.,
v2.0.0
) to fix the warning.Any extra information?
The warning can be seen, e.g., here: https://github.com/VSCodium/vscodium/actions/runs/8253791641
The text was updated successfully, but these errors were encountered: