Skip to content

Commit

Permalink
Set Node.js engine to version 20.x
Browse files Browse the repository at this point in the history
Specify the Node.js version to ensure compatibility and consistent environment setup. This change helps prevent issues related to running the app on unsupported Node.js versions.
  • Loading branch information
dervism committed Aug 9, 2024
1 parent 7609b5a commit a1a44ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"eslint --fix --rule react-hooks/exhaustive-deps:off"
]
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@sanity/client": "6.21.1",
"@sanity/image-url": "1.0.2",
Expand Down

0 comments on commit a1a44ee

Please sign in to comment.