sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
7 stars 2 forks source link

chore(ci): update node to 20 in base image #638

Closed andypf closed 2 months ago

andypf commented 2 months ago

This PR updates the Node.js version to 20 in the base image Dockerfile. This update is necessary because all npm packages from @cloudoperators require a minimum Node.js version of 20.

Additionally, this PR modifies the pipeline to address an issue where husky was not installed properly.