Skip to content

Commit

Permalink
Check node and npm major version only
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-topi committed Nov 15, 2022
1 parent be49efb commit 1bdd2eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"license": "MIT",
"author": "GIP Pix",
"engines": {
"node": "16.14.0",
"npm": ">=8.3.1 <=8.13.2"
"node": "16.*.*",
"npm": "8.*.*"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 1bdd2eb

Please sign in to comment.