chore(deps): update dependencies (#3698)

* fix: update dependencies

* chore: update actions

* chore: update flow-typed for jest

* Fix line endings

---------

Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
ylemkimon
2023-04-12 00:44:31 +09:00
committed by GitHub
parent 92ac286a3a
commit 2e64a3afa8
7 changed files with 5610 additions and 5810 deletions

View File

@@ -34,13 +34,13 @@ jobs:
BROWSERSTACK_ACCESS_KEY: ${{ matrix.browserstack && secrets.BROWSERSTACK_ACCESS_KEY }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event_name == 'pull_request_target' && format('refs/pull/{0}/merge', github.event.pull_request.number) || '' }}
persist-credentials: false # do not persist credentials
- name: Use Node.js 14
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'
@@ -82,12 +82,12 @@ jobs:
docker logs ${{ job.services.selenium.id }}
echo "::$TOKEN::"
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: new-${{ matrix.browser }}
path: test/screenshotter/new
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: diff-${{ matrix.browser }}