Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Jul 26, 2024
1 parent 040a489 commit 0ff8381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 0ff8381

Please sign in to comment.