diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a98c7..9b91ff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '18.x' - + cache: 'yarn' - run: yarn install --immutable - run: yarn build - run: yarn check