Open meissadia opened 2 weeks ago
Hmm, we'll also want to update the Dockerfile as well.
We'll also want to update the node version in the image.
@billhimmelsbach
node18
(node20, node21, node22) fails. -t <VERSION>
argument, but I'm not finding anything that helps clarify my confusion. @billhimmelsbach I still don't know what to do about the build of import-meta-env but things seem to be working as-is.
It looks like the latest version of Node supported by pkg
is v18 and the source repo is archived as of the start of 2024 so no further updates.
https://www.npmjs.com/package/pkg-fetch#binary-compatibility
Close #1040
Changes
View Institution Profile
that were missed as part of #1013sbl_institution_types
isnull
or[]
.nvmrc
to usev22
package.json -> engines
to use Node v22node-js-alpine:3.20
base imageHow to test this PR
nvm use
yarn start
to easily launch all backend servicesyarn docker-build-and-run
to run the container version of the Frontend.env
file to run tests against the container versionyarn playwright test --workers 4