diff --git a/.github/workflows/puppeteer.yml b/.github/workflows/puppeteer.yml index a828f20b9..8c6fd5d64 100644 --- a/.github/workflows/puppeteer.yml +++ b/.github/workflows/puppeteer.yml @@ -38,7 +38,7 @@ jobs: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true - name: start a server run: 'php -S 127.0.0.1:8000 -t test/data/app &' - - uses: browser-actions/setup-chrome@v1 + - uses: browser-actions/setup-chrome@v2 - run: chrome --version - name: run unit tests run: ./node_modules/.bin/mocha test/helper/Puppeteer_test.js --reporter @testomatio/reporter/mocha