From d70a0c32698da320db6e3633296653b1e5a6a337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juha=20Yrj=C3=B6l=C3=A4?= Date: Mon, 9 Oct 2023 21:50:37 +0300 Subject: [PATCH] Set node-modules linker manually --- .github/workflows/reviewdog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 5b53e470..27b7f417 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -14,6 +14,7 @@ jobs: node-version-file: ".nvmrc" cache: yarn - run: corepack enable + - run: yarn config set nodeLinker node-modules # FIXME: Remove when possible - run: yarn remove @kausal/themes-private - run: yarn install