Open sukvvon opened 6 days ago
Latest commit: c2243d787aab4eda9ffe66f711c80a8d88fa9610
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
overlay-kit | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 17, 2024 0:38am |
@jungpaeng could you review this pr? 🙇🏻♂️
Description
.nvmrc
file to specify the node.js version in a project where it was not previously defined. this addition ensures a consistent node.js version across development and deployment environments. additionally, the node-version parameter in actions/setup-node within github actions has been replaced withnode-version-file: '.nvmrc'
to support version management based on the configuration file.Changes
.nvmrc
file at the project root to specify the node.js version.node-version
option inactions/setup-node
withnode-version-file: '.nvmrc'
in github actions.Motivation and Context
How Has This Been Tested?
.nvmrc
file allows the specified node.js version to be used in the local development environment via thenvm use
command.Screenshots (if appropriate):
Types of changes
Checklist
Further Comments