Skip to content

Commit

Permalink
Reduce node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Feb 8, 2022
1 parent 7f4bc31 commit d0e7203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest"
},
"engines": {
"node": "^16",
"npm": "^8"
"node": "^14",
"npm": "^7"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d0e7203

Please sign in to comment.