diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 87da4575..b181907a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -9,10 +9,6 @@ on: jobs: cypress-run: runs-on: ubuntu-latest - # Update from https://hub.docker.com/r/cypress/browsers/tags - container: - image: cypress/browsers:node16.14.0-chrome99-ff97 - # options: --user 1001 steps: - name: Checkout @@ -29,7 +25,10 @@ jobs: restore-keys: | ${{ runner.os }}-node_modules-build- - - run: chown -R 1001:1001 /github/home/.cache && echo "pwn dat cache" + - uses: actions/setup-node@v3 + with: + node-version: 16 + cache: 'yarn' - name: Build & Lint run: |