From 23bb0a83c089fc795cfd022d7e2b921bdb29b9b0 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 27 May 2022 14:57:36 +0530 Subject: [PATCH] Remove container --- .github/workflows/cypress.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: |