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

Specify explicit versions of dependencies #34

Open
iAmWillShepherd opened this issue May 17, 2023 · 0 comments
Open

Specify explicit versions of dependencies #34

iAmWillShepherd opened this issue May 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@iAmWillShepherd
Copy link

iAmWillShepherd commented May 17, 2023

At the moment, the dependencies of this project are not locked, making it possible for different people to experience different behavior. At a minimum, we should specify the major and minor versions of the dependency.

api/script/bootstrap

Lines 15 to 16 in 6b1bc81

echo "installing node"
brew install node

The latest Node version is 20.2.0. Is this the version this script had in mind?

@iAmWillShepherd iAmWillShepherd added the enhancement New feature or request label May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant