Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
"contentful": "^9.1.5",
"svelte-animated-details": "^1.0.1"
},
"type": "module"
"type": "module",
"engines": {
"node": "18.x"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we not upgrading to a newer node version? When vercel deprecates node 18, we will have to upgrade again so why not do the work now?

}
}
Loading