-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When you do the following ``` $ asdf install $ npm --version 6.14.16 ``` and run: ``` npm install ``` then you get a changed `package-lock.json`. It is good practice to always check in lock files into version control. On CI we run `npm install` (among other things). If we make sure that we do not leave any updates files, this ensures we always commit our lock files.
- Loading branch information
1 parent
4c2ef5c
commit c3544d7
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ruby 3.0.0 | ||
nodejs lts-erbium | ||
nodejs 12.22.12 | ||
postgres 12.2 |