We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85ce8e commit 28d15bcCopy full SHA for 28d15bc
.github/workflows/GHPages.yml
@@ -16,6 +16,7 @@ jobs:
16
sh -c "
17
apk update \
18
&& apk add --no-cache nodejs npm \
19
+ && npm update -g npm \
20
&& npm -v \
21
&& npm config set puppeteer_skip_chromium_download true -g \
22
&& npm install -g mermaid-filter \
0 commit comments