Skip to content

chore: add mise.lock and migrate CI to mise-action - #3

Open
krukonshedul wants to merge 1 commit into
mainfrom
chore/add-mise-lock
Open

chore: add mise.lock and migrate CI to mise-action#3
krukonshedul wants to merge 1 commit into
mainfrom
chore/add-mise-lock

Conversation

@krukonshedul

Copy link
Copy Markdown

Summary

  • Adds mise.toml declaring node = "24.18.1" (matches action.yml's using: node24 runtime and package.json engines.node >= 24) and the generated mise.lock.
  • Replaces actions/setup-node in release.yml with step-security/mise-action right after checkout, per the fleet CI standard.
  • Adds .github/actions.lock.yaml to .gitignore.
  • No .tool-versions file was present.

Part of the org-wide chore/mise-setup-migration rollout.

Declares node 24.18.1 in mise.toml (matches action.yml's node24
runtime and package.json engines >=24), replaces actions/setup-node
in release.yml with step-security/mise-action, and gitignores the
generated .github/actions.lock.yaml.
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