Skip to content

Commit fc9c83d

Browse files
committed
Avoid potential github issues - relax engines node requirement in package.json
1 parent eda40ef commit fc9c83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prepublishOnly": "npm run build"
6969
},
7070
"engines": {
71-
"node": ">= 16.0.0"
71+
"node": ">= 12.0.0"
7272
},
7373
"license": "MIT"
7474
}

0 commit comments

Comments
 (0)