Github action node version mismatch when running `wasp ts-setup` on version 0.19.1

I have updated my wasp project to 0.19.1 and also set that version in my github action deploy.yml. When it gets to the step of running wasp ts-setup, I get this error:
Run wasp ts-setup
  wasp ts-setup

Error: Error] Node/NPM requirement not met: --------------------------------------
Your node version does not meet Wasp's requirements!
You are running node 20.19.6.
Wasp requires node version 22.12.0 or higher.

Error: Process completed with exit code 1.
Was this page helpful?