Skip to content

Commit da49e57

Browse files
chore: package-lock changes due to npm install (node v14.21.3) (#350)
1 parent 18ba799 commit da49e57

File tree

3 files changed

+80
-73
lines changed

3 files changed

+80
-73
lines changed

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
14

CONTRIBUTING.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,19 @@ This project adheres to the American Express [Code of Conduct](./CODE_OF_CONDUCT
2929

3030
> replace `your-github-username` with your github username
3131

32-
3. Install the dependencies by running
32+
3. Install and use the correct version of node (specified in `.nvmrc`)
33+
34+
```bash
35+
$ nvm use
36+
```
37+
38+
4. Install the dependencies by running
3339

3440
```bash
3541
$ npm install
3642
```
3743

38-
4. You can now run any of these scripts from the root folder.
44+
5. You can now run any of these scripts from the root folder.
3945

4046
#### Running tests
4147

@@ -112,4 +118,4 @@ Please review our [Security Policy](./SECURITY.md). Please follow the instructio
112118
113119
### Git Commit Guidelines
114120
115-
We follow [conventional commits](https://www.conventionalcommits.org/) for git commit message formatting. These rules make it easier to review commit logs and improve contextual understanding of code changes. This also allows us to auto-generate the CHANGELOG from commit messages.
121+
We follow [conventional commits](https://www.conventionalcommits.org/) for git commit message formatting. These rules make it easier to review commit logs and improve contextual understanding of code changes. This also allows us to auto-generate the CHANGELOG from commit messages.

package-lock.json

+70-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)