Skip to content

Commit

Permalink
Merge pull request #38 from badsyntax/fix/nodejs-version
Browse files Browse the repository at this point in the history
Reduce node version requirement
  • Loading branch information
badsyntax authored Feb 8, 2022
2 parents 7f4bc31 + d0e7203 commit cf583e0
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 cf583e0

Please sign in to comment.