Skip to content

chore: add .node-version file and remove hardcoded version from CI#16

Merged
tankdonut merged 1 commit into
mainfrom
chore/add-node-version-file
May 9, 2026
Merged

chore: add .node-version file and remove hardcoded version from CI#16
tankdonut merged 1 commit into
mainfrom
chore/add-node-version-file

Conversation

@tankdonut
Copy link
Copy Markdown
Owner

Summary

  • Add .node-version file declaring Node.js 24 as the project's Node version
  • Remove hardcoded node-version: '24' from setup-node in CI workflow, allowing the action to read from .node-version automatically

This centralizes the Node.js version declaration so tools like nvm, fnm, setup-node, and others all pick up the same version without duplication.

Use .node-version file to declare Node.js version, allowing
actions/setup-node to pick it up automatically instead of
maintaining the version in two places.
@tankdonut tankdonut self-assigned this May 9, 2026
@tankdonut tankdonut merged commit 18f53af into main May 9, 2026
2 checks passed
@tankdonut tankdonut deleted the chore/add-node-version-file branch May 9, 2026 20:16
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