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