diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c87ec59..2effa57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - cache: "pnpm" + # TODO/eventually: try using the cache again + # The cache breaks playwright https://github.com/vikejs/vike-vue/pull/119 + # cache: "pnpm" - run: pnpm install - run: pnpm exec playwright install chromium