Skip to content

chore: bump node from v20 to v24 - #3

Open
liwanma wants to merge 3 commits into
masterfrom
chore/bump-node-24
Open

chore: bump node from v20 to v24#3
liwanma wants to merge 3 commits into
masterfrom
chore/bump-node-24

Conversation

@liwanma

@liwanma liwanma commented Jul 31, 2026

Copy link
Copy Markdown

GitHub is deprecating node20; node24 is the new default runtime.

Also updated the release.yml file to use the gh cli since ubuntu-18.04 hasn't been available since 2023. See here.

liwanma added 2 commits July 31, 2026 17:36
Also update release.yml to use gh cli instead of deprecated ubuntu runner.
Comment thread src/slack.ts
Comment on lines +89 to +93
const text = !(mention && Slack.isMention(mentionCondition, status))
? tmpText
: mention.startsWith('@')
? `<${mention}> ${tmpText}`
: `<!${mention}> ${tmpText}`;

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

format check was failing because of this

@FurqanHabibi

Copy link
Copy Markdown
Collaborator

Is the GHA error expected / acceptable? @liwanma

@liwanma

liwanma commented Jul 31, 2026

Copy link
Copy Markdown
Author

Is the GHA error expected / acceptable? @liwanma

Fixed.

Comment thread __tests__/github.test.ts
number: 3
};
export const repoUrl = `https://github.com/${commonContext.owner}/${commonContext.repo}`;
process.env.GITHUB_REPOSITORY = `${commonContext.owner}/${commonContext.repo}`;

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Updated release.yml to use GITHUB_REPOSITORY so this resolved to HENNGE/slatify instead of the expected lazy-actions/slatify

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.

2 participants