From bce8970014c1bd788031a383c80dacba392659eb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 1 Jun 2022 11:23:41 +0200 Subject: [PATCH] chg: [workflow] because npm is a mess --- .github/workflows/honkit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/honkit.yml b/.github/workflows/honkit.yml index 2b048b5..5e8e501 100644 --- a/.github/workflows/honkit.yml +++ b/.github/workflows/honkit.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install honkit run: | - apt install nodejs + sudo apt install nodejs npm npm init --yes npm install honkit --save-dev npx honkit build