Skip to content

Commit

Permalink
fix: Use node >=16 in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Jan 17, 2024
1 parent 7acb9f4 commit 4ed757f
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 @@ -60,7 +60,7 @@
"webpack-livereload-plugin": "^3.0.2"
},
"engines": {
"node": ">=20"
"node": ">=16"
},
"dependencies": {
"@emotion/css": "^11.1.3",
Expand Down

0 comments on commit 4ed757f

Please sign in to comment.