From 09978fc195fef3fb8dc930eecce6c4fc1aed9f29 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 15 Feb 2022 12:29:59 -0800 Subject: [PATCH] Tries npm install with yarn --- .github/workflows/lint-frontend.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index d9f100bc2..28b0bb7e9 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -22,7 +22,8 @@ jobs: - uses: actions/checkout@v2 - name: Install modules - run: yarn dev-tools + run: npm install dev-tools + run: yarn # See .stylelintignore for files that are not linted. - name: Run stylelint