Skip to content

Commit 99a5dea

Browse files
authored
chore(package): remove node 12 from engines field
importing node:fs and node:path in commonjs does not work in node 12 dependency synckit also does no longer support node 12
1 parent 232cf21 commit 99a5dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "ISC",
1313
"packageManager": "[email protected]",
1414
"engines": {
15-
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
15+
"node": "^14.18.0 || >=16.0.0"
1616
},
1717
"main": "lib/index.cjs",
1818
"module": "lib/index.js",

0 commit comments

Comments
 (0)