Skip to content

Commit

Permalink
fix: switch from npm to yarn in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Loori-R committed Oct 10, 2023
1 parent ce0c51a commit 9b66e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b66e07

Please sign in to comment.