Skip to content

Commit 7d97054

Browse files
committed
fix yarn lint in CI
1 parent e0c8191 commit 7d97054

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: 'current'
20+
-
21+
name: Setup npm
22+
uses: bahmutov/npm-install@v1
23+
with:
24+
install-command: yarn --immutable
2025
-
2126
name: Install dependencies
2227
run: yarn install

0 commit comments

Comments
 (0)