Skip to content

Commit 13e5d6a

Browse files
committed
Pin NPM version using Volta
1 parent 3deb3de commit 13e5d6a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you run `ember serve`, the Markdown files are turned into HTML to create an a
3838

3939
## Local development
4040

41-
**NOTE:** This project uses [Volta](https://volta.sh/) to ensure the correct Node.js version is used during local development.
41+
**NOTE:** This project uses [Volta](https://volta.sh/) to ensure the correct Node.js and NPM version is used during local development.
4242

4343
To run the Ember Guides app locally, type these commands into your terminal.
4444

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"edition": "octane"
111111
},
112112
"volta": {
113-
"node": "12.19.1"
113+
"node": "12.19.1",
114+
"npm": "7.20.6"
114115
}
115116
}

0 commit comments

Comments
 (0)