Skip to content

DEVO-1057 - force to use Node 24#52

Open
cbalcazarp4585 wants to merge 1 commit intomainfrom
DEVO-1057
Open

DEVO-1057 - force to use Node 24#52
cbalcazarp4585 wants to merge 1 commit intomainfrom
DEVO-1057

Conversation

@cbalcazarp4585
Copy link
Copy Markdown

Summary of PR changes

ci.yml

Updated the test matrix from [node, lts/*] to [24]
Fixed the publish job to use a hardcoded node-version: 24 (it was incorrectly referencing ${{ matrix.node }} without a matrix defined on that job)

.nvmrc

Created with value 24 for local development with nvm

package.json

Added "engines": { "node": ">=24" } to document the minimum Node version requirement

PR Requirements

  • For major, minor, or breaking changes, at least one of the commit messages contains the appropriate +semver: keywords.
    • See the Incrementing the Version section of the repository's README.md for more details.
  • The action code does not contain sensitive information.

NOTE: If the repo's workflow could not automatically update the README.md, it should be updated manually with the next version. For javascript actions, if the repo's workflow could not automatically recompile the action it should also be updated manually as part of the PR.

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.

1 participant