Skip to content

Commit

Permalink
fix yarn lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Mar 8, 2024
1 parent e0c8191 commit 7d97054
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 'current'
-
name: Setup npm
uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
-
name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 7d97054

Please sign in to comment.