Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add .tool-versions, update README #93

Merged
merged 2 commits into from
Mar 19, 2023
Merged

Conversation

aidandenlinger
Copy link
Contributor

@aidandenlinger aidandenlinger commented Mar 17, 2023

Some final housekeeping to make sure we can reproduce our dev environment in the future. If we want to show this project off but future node updates break this project, we want to know what version of node we were using during development (in this instance, 19) to go back to a stable environment.

Just as package.json tracks what versions of packages we're using, a .tool-versions file tracks what versions of compilers/tools are being used for the project. You can use it to manually check and download the required versions, but it can also be a configuration file used by the runtime configuration tool asdf, its rust clone rtx, or any other asdf compatible tool to automatically download/manage these dependencies.

This also unpins node 19.7, as 19.8.1 was released to fix nodejs/node#47096 (which is the issue we were running into).

Finally, added a link to our latest deployment and picture of the homepage so that the README has everything.

@vercel
Copy link

vercel bot commented Mar 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
roomie ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 19, 2023 at 5:48AM (UTC)

@aidandenlinger aidandenlinger changed the title feat: add .tool-versions file to track last working node version chore: add .tool-versions, update README Mar 19, 2023
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.

[v19.8.0] module_wrap.cc:599: Assertion (it) != (env->id_to_function_map.end())' failed.
1 participant