Skip to content

Commit

Permalink
Avoid potential github issues - relax engines node requirement in pac…
Browse files Browse the repository at this point in the history
…kage.json
  • Loading branch information
DABH committed Jul 10, 2023
1 parent eda40ef commit fc9c83d
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 @@ -68,7 +68,7 @@
"prepublishOnly": "npm run build"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 12.0.0"
},
"license": "MIT"
}

0 comments on commit fc9c83d

Please sign in to comment.