Skip to content

Commit

Permalink
fix(deps): update dependencies (#335)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies

* Update workflow

* test: update snapshot PDFs

* fix(fonts): wait for fonts to be fully loaded

* Revert "fix(fonts): wait for fonts to be fully loaded"

This reverts commit 3281d79.

* update deps even more

* test: update snapshot PDFs

---------

Co-authored-by: Decktape bot <[email protected]>
  • Loading branch information
nicojs and Decktape bot authored Jul 3, 2024
1 parent 9e74fef commit 574c643
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 289 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: npm ci
- run: npx playwright install firefox
- run: npm run test:generate-snapshot-screenshots
- run: npm run test:generate-pdfs
- run: npm test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
- run: npm ci
Expand Down
Loading

0 comments on commit 574c643

Please sign in to comment.