Skip to content

Commit

Permalink
Use yarn
Browse files Browse the repository at this point in the history
A yarn.lock file exists, not a package.lock. So let's use the right
tool.
  • Loading branch information
martijngastkemper committed Mar 8, 2024
1 parent 9c39af4 commit cd81497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "12.x"
cache: "npm"
cache: "yarn"

- run: npm install
- run: yarn install

- run: npx prettier --check .

0 comments on commit cd81497

Please sign in to comment.