Skip to content

Updates to use node24#66

Open
CharlieM312 wants to merge 1 commit intotest-summary:mainfrom
CharlieM312:feature/node-24-update
Open

Updates to use node24#66
CharlieM312 wants to merge 1 commit intotest-summary:mainfrom
CharlieM312:feature/node-24-update

Conversation

@CharlieM312
Copy link

Updates to change the action to use node24

@CharlieM312
Copy link
Author

@ethomson

@CharlieM312 CharlieM312 force-pushed the feature/node-24-update branch 3 times, most recently from 11f1bd9 to f90fc99 Compare March 16, 2026 11:07
@ethomson
Copy link
Member

Thanks for the change! This PR is pretty large — 2560 additions & 4324 deletions — and a lot of that looks like formatting changes. 🥴

It's hard to review a large diff, especially when a lot of it is just noisy formatting changes that are noops. Can you not include formatting changes with the functional changes so that this is easier to review? If you think the formatting changes are useful, having each in a separate commit (so that they can be reviewed separately) would be grand. If they're not useful then let's not even make them in the first place. 🙏

@CharlieM312 CharlieM312 force-pushed the feature/node-24-update branch from f90fc99 to 12c1c46 Compare March 16, 2026 22:14
@CharlieM312
Copy link
Author

Hi @ethomson, I've removed all formatting changes and just kept the functional ones, PR should be a lot smaller now

@CharlieM312 CharlieM312 force-pushed the feature/node-24-update branch from 12c1c46 to 5966676 Compare March 16, 2026 22:27
}

let show = TestStatus.Fail
let show: number = TestStatus.Fail
Copy link
Author

Choose a reason for hiding this comment

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

show is being directly compared to a number below hence me adding this

const normalizeDetails = (value: string | undefined) =>
value?.replace(/\r\n/g, "\n").trimEnd()

expect(normalizeDetails(case_with_message.details)).to.eql(
Copy link
Author

Choose a reason for hiding this comment

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

Fixes a failing test due to just line spacing/trim issues it seems

import * as util from "util"
import * as core from "@actions/core"
import * as glob from "glob-promise"
import * as glob from "glob"
Copy link
Author

Choose a reason for hiding this comment

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

glob-promise is now part of glob so updated it and changed the package around

@sergio-nsk
Copy link

It's hard to review a large diff, especially when a lot of it is just noisy formatting changes that are noops

You can hide whitespace changes.
image

@ethomson
Copy link
Member

Hi @ethomson, I've removed all formatting changes and just kept the functional ones, PR should be a lot smaller now

Thank you @CharlieM312 ! 🙏 I appreciate it.

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