mermaid-js / mermaid-cli

Command line tool for the Mermaid library
MIT License
2.52k stars 240 forks source link

build: use `node:18.20-alpine3.19 in Docker #765

Closed aloisklink closed 3 weeks ago

aloisklink commented 1 month ago

:bookmark_tabs: Summary

Chromium 128.0.6613.84-r0 (used in Alpine 3.20) seems to be having issues with puppeteer/mermaid-cli (especially in GitHub Actions), so we can't use it yet.

See: 294af9f99ee91243209ba14a6b05b46fca1515c0

Resolves https://github.com/mermaid-js/mermaid-cli/issues/762

:straight_ruler: Design Decisions

N/A

:clipboard: Tasks

Make sure you

aloisklink commented 3 weeks ago

Hey @MindaugasLaganeckas, I'm going to merge this now (even without a review) since I want to make a 11.3.0 release, and this should fix the Docker image for the release! I hope you don't mind.