diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7753557..05ea6ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,9 +19,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: 'pnpm' - - run: pnpm install + - run: npm install - name: Run unit tests run: npm run test