From 4f7ac4be36b03494f6bb503c72a7daa3fd3eba67 Mon Sep 17 00:00:00 2001 From: Stephan Kulla Date: Wed, 22 Nov 2023 09:43:12 +0100 Subject: [PATCH] chore(github): Add --check-cache to yarn action --- .github/workflows/js.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index b2d9bc4bc..80922a01e 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -11,6 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: serlo/configure-repositories/actions/setup-node@main + - run: yarn --check-cache build: runs-on: ubuntu-latest steps: