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 aa67c79 commit ce0c51a
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 @@ -59,7 +59,7 @@ jobs:
node-version: 16.14.2

- name: Install all dependencies
run: npm install
run: yarn install

- name: Build
shell: 'script -q -e -c "bash {0}"'
Expand Down

0 comments on commit ce0c51a

Please sign in to comment.