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 node in github workflow #85

Open
ineiti opened this issue Jan 24, 2024 · 2 comments
Open

update node in github workflow #85

ineiti opened this issue Jan 24, 2024 · 2 comments

Comments

@ineiti
Copy link
Member

ineiti commented Jan 24, 2024

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.

@ineiti ineiti added this to D-Voting Jan 24, 2024
@ineiti ineiti moved this to Todo in D-Voting Jan 24, 2024
@PascalinDe PascalinDe moved this from Todo to Backlog in D-Voting Mar 7, 2024
@PascalinDe
Copy link
Member

@ineiti
Copy link
Member Author

ineiti commented Oct 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants