Update e2e-tests.yml

This commit is contained in:
Eli Brody 2023-11-06 18:59:28 -05:00
parent 3abb92a5c7
commit 07f1c8e0b4

View file

@ -16,7 +16,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
@ -32,7 +32,7 @@ jobs:
run: pnpm build
- name: Restore Playwright browsers from cache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }}