Skip to content

Commit

Permalink
allow v14 higher than 14.17
Browse files Browse the repository at this point in the history
https://fosstodon.org/@lukekarrys@hachyderm.io/109932512560141503

Of course, AbortSignal will have to be polyfilled if you want to use that.
  • Loading branch information
isaacs committed Feb 27, 2023
1 parent a68703e commit 03b9bca
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 @@ -91,6 +91,6 @@
"url": "https://github.com/sponsors/isaacs"
},
"engines": {
"node": ">=16"
"node": ">=16 || 14 >=14.17"
}
}

0 comments on commit 03b9bca

Please sign in to comment.