Skip to content

Commit 03b9bca

Browse files
committed
allow v14 higher than 14.17
https://fosstodon.org/@lukekarrys@hachyderm.io/109932512560141503 Of course, AbortSignal will have to be polyfilled if you want to use that.
1 parent a68703e commit 03b9bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@
9191
"url": "https://github.com/sponsors/isaacs"
9292
},
9393
"engines": {
94-
"node": ">=16"
94+
"node": ">=16 || 14 >=14.17"
9595
}
9696
}

0 commit comments

Comments
 (0)