diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 24e5946..bab367e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -15,7 +15,7 @@ jobs: node-version: '14.x' - name: Install npm deps - run: npm ci + run: npm install - name: Run benchmarks run: npm run bench