diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2effa57..c87ec59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - # TODO/eventually: try using the cache again - # The cache breaks playwright https://github.com/vikejs/vike-vue/pull/119 - # cache: "pnpm" + cache: "pnpm" - run: pnpm install - run: pnpm exec playwright install chromium diff --git a/package.json b/package.json index 38b5f26..a1006a0 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,10 @@ }, "devDependencies": { "@biomejs/biome": "^1.5.3", - "prettier": "^3.3.3", "@brillout/test-e2e": "^0.5.33", - "@brillout/test-types": "^0.1.13" + "@brillout/test-types": "^0.1.13", + "playwright": "^1.45.0", + "prettier": "^3.3.3" }, "pnpm": { "overrides": {