Closed Ch4s3r closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.91%. Comparing base (
a675dcf
) to head (60ea3c0
). Report is 3 commits behind head on master.:exclamation: Current head 60ea3c0 differs from pull request most recent head 1f6715c
Please upload reports for the commit 1f6715c to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@shine2lay @jusx please have a look :)
:tada: This PR is included in version 2.18.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The old
Dockerfile
was using nodejs version 16 and not building at all. This PR adds a new setup created withdocker init
. It uses node 18 now as stated in thepackage.json
.These versions need to be kept in sync, so updating the nodejs version must also happen in the
Dockerfile
.Executing the new docker image works: