Does Refine support node 20.x?

Nice to meet you! I'm jjjjj from Japan.
My local development environment is node 20.10.0.

I just made refine project with the command
yarn create refine-app
, and I found
@types/node": "^18.16.2"
in package.json.

So, should I use node 18.x ?
or Can I change
@types/node": "^18.16.2"
to
@types/node": "^20.10"
?
Was this page helpful?