Skip to content

Commit

Permalink
build(engine): ⬇️ downgrade required node engine
Browse files Browse the repository at this point in the history
This commit downgrades the required node engine to v16
  • Loading branch information
mcnaveen committed Sep 23, 2023
1 parent 69a6d2e commit 0d0ff23
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 @@ -91,7 +91,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=16"
},
"publishConfig": {
"provenance": true
Expand Down

0 comments on commit 0d0ff23

Please sign in to comment.