diff --git a/.github/workflows/GHPages.yml b/.github/workflows/GHPages.yml index 62d559d9..94caafac 100644 --- a/.github/workflows/GHPages.yml +++ b/.github/workflows/GHPages.yml @@ -16,6 +16,7 @@ jobs: sh -c " apk update \ && apk add --no-cache nodejs npm \ + && npm update -g npm \ && npm -v \ && npm config set puppeteer_skip_chromium_download true -g \ && npm install -g mermaid-filter \