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 cc13dd5 commit d74cbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.3
version: 9.2.0
- 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
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9.1.3
version: 9.2.0
- run: pnpm install
- run: pnpm run format:check

0 comments on commit d74cbde

Please sign in to comment.