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

feat(HII-9538): Use node 20 #802

Merged
merged 13 commits into from
Jun 10, 2024
Merged

feat(HII-9538): Use node 20 #802

merged 13 commits into from
Jun 10, 2024

Conversation

glebbash
Copy link
Contributor

@glebbash glebbash commented Jun 6, 2024

No description provided.

@glebbash glebbash changed the title feat(HII-9538): use node 20 feat(HII-9538): Use node 20 Jun 6, 2024
@@ -116,7 +116,7 @@ const generateOutputs = async (workingDirectory, planFile, maxThreads, ignoredRe
.then((changed) => {
changed.forEach(({ plan }) => {
const planwWithChanges = path.join(modulePath(plan), `${planFile}.changes`);
fs.copyFile(plan, planwWithChanges, () => {
Copy link
Contributor Author

@glebbash glebbash Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found an actual bug here :) Async function is not awaited here, changed to sync version.

Copy link
Contributor

@sasjo sasjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to change the runs-on to node20 in all action.yml files. We can do this here or in a separate PR.

Copy link

sonarcloud bot commented Jun 10, 2024

@sasjo sasjo merged commit d225d3e into master Jun 10, 2024
8 checks passed
@sasjo sasjo deleted the feat/HII-9538-use-node-20 branch June 10, 2024 08:08
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 this pull request may close these issues.

3 participants