Skip to content

Commit

Permalink
Update all dependencies (#297)
Browse files Browse the repository at this point in the history
* Update all dependencies

* Audit dependencies

* Pass GITHUB_TOKEN to builds in CI workflows

* Fix poor end2end test

* Changes according to breaking changes on prettier and jest-puppeteer

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
  • Loading branch information
renovate[bot] and mondeja committed Aug 29, 2023
1 parent 0a366c7 commit 7bcbece
Show file tree
Hide file tree
Showing 6 changed files with 1,571 additions and 1,235 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -37,6 +37,8 @@ jobs:
run: npm ci
- name: Build Website
run: npm run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Expand Up @@ -97,6 +97,8 @@ jobs:
run: npm run test:unit
- name: Run end-to-end tests
run: npm run test:e2e -- --runInBand
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload test screenshots
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .prettierrc.json
@@ -1,4 +1,3 @@
{
"trailingComma": "all",
"singleQuote": true
}

0 comments on commit 7bcbece

Please sign in to comment.