From d512d2fa855a241df136afe9689c832b579c06de Mon Sep 17 00:00:00 2001 From: Axel Rindle Date: Thu, 6 May 2021 22:27:43 +0200 Subject: [PATCH] Install dependencies --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0187b91..2e59f31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: uses: actions/setup-node@v2.1.5 with: node-version: 14.x + - name: Install dependencies + run: | + npm i -g npm@^7 + npm i - name: Compile source files run: | npm run compile:css