diff --git a/.github/workflows/setup-node/action.yml b/.github/workflows/setup-node/action.yml index 47d3e917..9fbf5f8d 100644 --- a/.github/workflows/setup-node/action.yml +++ b/.github/workflows/setup-node/action.yml @@ -19,4 +19,4 @@ runs: - name: Install dependencies 🔧 shell: bash if: steps.cache_dependencies.outputs.cache-hit != 'true' - run: npm ci \ No newline at end of file + run: npm install \ No newline at end of file