From 964e89b4b98bbbd27a358e04e53eb6df387f1177 Mon Sep 17 00:00:00 2001 From: Pierre Guillot Date: Thu, 8 Aug 2024 16:19:21 +0200 Subject: [PATCH] Add mdpdf in .github/workflows/ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f7995..ec0eb7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,6 +163,10 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - uses: actions/setup-node@v4 + with: + node-version: 20 + - run: npm install mdpdf -g - name: Cache uses: actions/cache@v4 with: