Try specific version

This commit is contained in:
Nathan Bierema 2022-05-07 22:59:55 -04:00
parent 864ee56b8a
commit 8470d089e6

View File

@ -21,6 +21,9 @@ jobs:
- run: pnpm run format:check - run: pnpm run format:check
- run: pnpm run build:all - run: pnpm run build:all
- run: pnpm run lint:all - run: pnpm run lint:all
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: 972766
- name: Run pnpm test:all - name: Run pnpm test:all
uses: GabrielBB/xvfb-action@v1 uses: GabrielBB/xvfb-action@v1
with: with: