[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: cleanup

Vladimir Sheremet (Nov 10, 2023, 1:24 PM +0100) e758e7ed 5b738663

+1 -1
+1 -1
.github/actions/setup-and-cache/action.yml
··· 29 29 const pattern = (name) => new RegExp(name + ':\\\s+specifier: [\\\s\\\w\\\.^]+version: (\\\d+\\\.\\\d+\\\.\\\d+)'); 30 30 const cypressVersion = lockfile.match(pattern('cypress'))[1]; 31 31 const playwrightVersion = lockfile.match(pattern('playwright'))[1]; 32 - const puppeteerVersion = lockfile.match(pattern('puppeteer'))[1]; 32 + const puppeteerVersion = lockfile.match(pattern('puppeteer-core'))[1]; 33 33 console.log('CYPRESS_VERSION=' + cypressVersion); 34 34 console.log('PLAYWRIGHT_VERSION=' + playwrightVersion); 35 35 console.log('PUPPETEER_VERSION=' + puppeteerVersion);