From b7882ac5b182bd94e6f89f805368e11ee58df6b2 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 4 Jan 2023 21:45:45 +0000 Subject: [PATCH] use npm install --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index c517ff5..b41cba0 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -28,7 +28,7 @@ jobs: node-version: 16.x - name: Install dependencies - run: npm ci + run: npm install - name: Move the committed index.js file run: mv dist/index.js /tmp