Update CONTRIBUTING.md (#42)

move to npm 8 for suggested version

Gar committed Oct 7, 2021 at 14:27 UTC 2b183d02204fb1a951b696dcbe871cf5f48eac1b
1 file changed +1 -1
CONTRIBUTING.md
+1 -1
@@ -37,7 +37,7 @@ Next, `npm run develop` to start the test server to view your changes.
37 The gatsby server will be started on port 8000. You can navigate to
38 `http://localhost:8000` to view the site live.
39
40 -**For best results use npm 7**
40 +**For best results use npm 8**
41
42 **Gatsby will watch your filesystem looking for updates.** Any content
43 changes you make should be reflected in the site immediately.