Skip to content

Commit b52fb4b

Browse files
authored
chore: only support Node versions that are tested on CI
1 parent 931e217 commit b52fb4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dist"
2020
],
2121
"engines": {
22-
"node": "^10 || ^12 || >=14"
22+
"node": "12.x || 14.x || 16.x"
2323
},
2424
"dependencies": {
2525
"is-url": "^1.2.4",

0 commit comments

Comments
 (0)