From 22eceb999db658bbe631fdc74adf40ee544258b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Ciccola?= Date: Mon, 11 Mar 2024 12:24:23 -0500 Subject: [PATCH] check with `npm install` instead of `npm ci` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 99eddd03..e2d2922c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: - name: Create filename id: filename run: echo ::set-output name=filename::${{ steps.pkg_name.outputs.prop }}_${{ steps.version.outputs.version }}.mapeoconfig - - run: npm ci + - run: npm install - name: Build asset id: build_asset run: |