Skip to content

Commit

Permalink
chore(): update engines
Browse files Browse the repository at this point in the history
BREAKING CHANGES:

Updates minimum Node.js version to 14.17/16.13/18.x
  • Loading branch information
boneskull committed Nov 17, 2022
1 parent 8aae235 commit ec94cb9
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",
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
"npm": ">=7"
}
}

0 comments on commit ec94cb9

Please sign in to comment.