diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae6a09b..eea9434 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: node-version: '14' - name: Install dependencies - run: npm ci + run: npm install - name: Run tests - run: npm test \ No newline at end of file + run: npm test