diff --git a/.github/workflows/pr-checks-typescript.yml b/.github/workflows/pr-checks-typescript.yml index 33c2b487..6d0ed994 100644 --- a/.github/workflows/pr-checks-typescript.yml +++ b/.github/workflows/pr-checks-typescript.yml @@ -40,7 +40,7 @@ jobs: node-version: 16.14.2 - name: Install all dependencies - run: npm install + run: yarn install - name: Run Jest Tests run: npm run test