From 7d970547d39465a6724f0a0314e8dfd2a4a93215 Mon Sep 17 00:00:00 2001 From: adrien guernier Date: Fri, 8 Mar 2024 16:03:50 +0100 Subject: [PATCH] fix yarn lint in CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f45bf8f..668d8340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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