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
github workflow complains that we're using node 12, which is deprecated. We should update to node 16, or check if it runs with a later node.
The text was updated successfully, but these errors were encountered:
https://github.com/search?q=repo%3Ac4dt%2Fd-voting+path%3A%2F%5E%5C.github%5C%2Fworkflows%5C%2F%2F+node&type=code shows me node 16-18, can this ticket be closed?
Sorry, something went wrong.
In the meantime, node 16 is also too old, and everything runs on node 20:
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Probably it's enough to update the @... in the .github/workflows files.
@...
.github/workflows
No branches or pull requests
github workflow complains that we're using node 12, which is deprecated. We should update to node 16, or check if it runs with a later node.
The text was updated successfully, but these errors were encountered: