Skip to content

Commit 3d4936f

Browse files
authored
Update main.yml
1 parent 027f516 commit 3d4936f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@ jobs:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2323
- uses: actions/checkout@v2
2424
# Sets up node environment specified in .nvmrc
25-
- uses: cypress-io/github-action@v2
25+
- uses: actions/setup-node@v2-beta
2626
with:
2727
node-version: '15.0.1'
2828
- name: Cache multiple paths
2929
uses: actions/cache@v2
3030
with:
3131
path: |
3232
node_modules
33+
~/.cache/Cypress
3334
yarn-cache
3435
key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}
3536
- name: install npm dependencies

0 commit comments

Comments
 (0)