From 73528ccf62d32c3075caf5a1a1c07c9becf4645f Mon Sep 17 00:00:00 2001 From: Lucanis Date: Fri, 26 Apr 2024 15:40:47 +0200 Subject: [PATCH] test CI --- .github/workflows/chromatic.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 4054bee..beaccee 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -20,8 +20,9 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 20 - cache: 'yarn' - - run: yarn + cache: npm + cache-dependency-path: ./package.json + - run: npm install #👇 Adds Chromatic as a step in the workflow - uses: chromaui/action@v1 # Options required for Chromatic's GitHub Action