v6.4.2
Patch Release
-
fix(crwa): pin Node.js version in
.nvmrc
#9614 by @jtoarNetlify deploys were failing on Node.js v20 with the following Prisma error:
Prisma Client could not locate the Query Engine for runtime "rhel-openssl-3.0.x". This happened because Prisma Client was generated for "debian-openssl-1.1.x", but the actual deployment required "rhel-openssl-3.0.x"
Netlify uses the
.nvmrc
to determine the Node.js version. It takes precedence over other ways of specifying the Node.js version like theNODE_VERISON
env var.This PR pins the Node.js version to v18 in the
.nvmrc
. This change only affects for new projects; if you're deploying to Netlify and seeing a similar error, simply replace the version in your.nvmrc
with the following:v18