From 914203579298a010ca82ccc719a0d91e11ab9acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Wed, 27 Oct 2021 16:10:05 +0200 Subject: [PATCH] ci: npm i --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7bbfe4..233ebd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: - uses: actions/setup-node@v2 with: node-version: '14' - - run: node tools\legal Cargo.lock + - run: npm install + working-directory: tools/legal + - run: node tools/legal Cargo.lock - uses: actions/upload-artifact@v2 with: name: inno-updater