Skip to content

Commit

Permalink
Fix frontend's node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
anantakrishna committed Nov 15, 2023
1 parent 4700b10 commit f56647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.0.0"
"node": "18"
},
"scripts": {
"start": "npx @11ty/eleventy --serve --quiet --incremental",
Expand Down

0 comments on commit f56647d

Please sign in to comment.