- Fix #29 - Use
yarn
to startnode
in Docker image, soyarn
can bootstrapnode
to load PnP dependencies.
- Upgrade yarn from classic
v1
to modernv4.0.2
(Used locally for build and test) - Upgrade yarn from classic
v1
to modernv4.0.2
(Used in deployed Docker images) - Update deployed docker images from
node:13-alpine
tonode:20-alpine
- Upgrade all dependencies.
- Initial Release