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 build flow dependency from node12 to node16 #537

Closed
adithyaj opened this issue Nov 8, 2022 · 1 comment · Fixed by #548
Closed

Update node build flow dependency from node12 to node16 #537

adithyaj opened this issue Nov 8, 2022 · 1 comment · Fixed by #548
Labels
bug Something isn't working build dependency containers good first issue Good for newcomers

Comments

@adithyaj
Copy link
Collaborator

adithyaj commented Nov 8, 2022

Describe the bug
In a similar note to #524, GitHub Actions are deprecating node12 tasks to use node16 in Summer 2023. Right now each of our pipeline runs produces a warning to make sure we update before this time.

Additional context
We use node12 when building the discovery-handler components and we need to move this node16 and test to make sure there's no breaking change.

runs:
using: 'node12'
main: 'main.js'

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

Issue has been automatically marked as stale due to inactivity for 90 days. Update the issue to remove label, otherwise it will be automatically closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build dependency containers good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants