issues
search
ChainSafe
/
dappeteer
[DEPRECATED]🏌🏼E2E testing for dApps using Puppeteer + MetaMask
Other
492
stars
154
forks
source link
chore: update yarn
#353
Closed
Lykhoyda
closed
10 months ago
Lykhoyda
commented
10 months ago
Updates:
updated Github hook to actions/checkout to version 4
Removed cache: yarn as it's not working properly with yarn 3+
actions/cache@v3 used for caching the dependencies
Activate corepack before running actions/checkout
Yarn updated to 3.7.0
Fixed failing tests
Updates: