mergeability / mergeable

🤖 All the missing GitHub automation 🙂 🙌
https://mergeable.us
GNU Affero General Public License v3.0
683 stars 116 forks source link

fix: Docker image not working #753

Closed Ch4s3r closed 4 months ago

Ch4s3r commented 4 months ago

The old Dockerfile was using nodejs version 16 and not building at all. This PR adds a new setup created with docker init. It uses node 18 now as stated in the package.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:

image

codecov[bot] commented 4 months ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #753 +/- ## ======================================= Coverage 92.91% 92.91% ======================================= Files 110 110 Lines 2878 2881 +3 Branches 578 581 +3 ======================================= + Hits 2674 2677 +3 Misses 185 185 Partials 19 19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Ch4s3r commented 4 months ago

@shine2lay @jusx please have a look :)

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 2.18.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: