Skip to content

Commit

Permalink
Update as many deps as possible (#540)
Browse files Browse the repository at this point in the history
* Update as many deps as possible

* Add Cypress binary to the cache path
  • Loading branch information
dnaka91 authored Nov 15, 2022
1 parent 43bf925 commit 1c88675
Show file tree
Hide file tree
Showing 3 changed files with 18,554 additions and 18,486 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('package.json') }}
~/.cache/Cypress
key: ${{ runner.os }}-${{ hashFiles('package.json') }}-1
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
Expand Down
Loading

1 comment on commit 1c88675

@vercel
Copy link

@vercel vercel bot commented on 1c88675 Nov 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

meme-box – ./

meme-box-negu3.vercel.app
meme-box-git-develop-negu3.vercel.app
meme-box.vercel.app

Please sign in to comment.