Skip to content

Commit

Permalink
npm install to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Mar 29, 2024
1 parent 3817931 commit dac2f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
run: yarn
- name: Run Prettier
run: npx prettier --write .

0 comments on commit dac2f45

Please sign in to comment.