From 419ab5ba4e9de9726aacc4ad4a69a9809be27f65 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 25 Mar 2020 19:24:55 +0100 Subject: fix CI --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 62a6cdf..1f99dc1 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -21,6 +21,8 @@ jobs: run: | git submodule init git submodule update + npm update + npm install npm ci npm run build --if-present # npm test -- cgit