Skip to content

Commit

Permalink
fix: pin npm to ^8 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed Jan 21, 2022
1 parent e04ba5d commit 9ba3e0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
@@ -1,6 +1,9 @@
{
"name": "@freecodecamp/demo-projects",
"version": "0.0.0",
"engines": {
"npm": "^8"
},
"description": "Example projects for the freeCodeCamp.org curriculum",
"scripts": {
"test": "echo 'The test suite is meant to run locally or in a CI environment. \u001b[31mDo NOT run this in production.\u001b[37m If you intend to run the tests, use \"npm run test-local-or-ci\".'",
Expand Down

0 comments on commit 9ba3e0f

Please sign in to comment.