npm @redwoodjs/core 0.31.2
v0.31.2

latest releases: 8.0.0-canary.523, 8.0.0-canary.521, 8.0.0-canary.519...
2 years ago

Patch release with the following fixes:

Tip 👇

If you're deploying to Heroku, or using Heroku buildpacks to self host, they have recently upgraded their environment to use Node 16, which is incompatible with Prisma 2.21.x

You can set the version of node to use by changing your package.json like this:

-    "node": ">=14",
+    "node": "14.x",
     "yarn": ">=1.15"
   },

Don't miss a new core release

NewReleases is sending notifications on new releases.