Skip to content

Commit

Permalink
Revert "chore(): update engines"
Browse files Browse the repository at this point in the history
This reverts commit ec94cb9.

I don't want to introduce breaking changes yet.  This will necessarily mean we cannot upgrade `which` to v3; see #32
  • Loading branch information
boneskull committed Nov 18, 2022
1 parent 31b78eb commit 112fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"unexpected-snapshot": "2.1.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"node": ">=14",
"npm": ">=7"
}
}

0 comments on commit 112fde6

Please sign in to comment.