From aa82e834757ed714337429058d53aea48034b102 Mon Sep 17 00:00:00 2001 From: Adam Argyle Date: Tue, 1 Aug 2023 09:56:22 -0700 Subject: [PATCH] Update main.yml (#44) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 63e7aa6..19a7579 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,12 @@ jobs: - name: Checkout uses: actions/checkout@master - name: Install - uses: ianwalter/puppeteer@v2.0.0 + uses: ianwalter/playwright-container@v3.0.0 - name: Install NPM Deps - uses: ianwalter/puppeteer@v2.0.0 + uses: ianwalter/playwright-container@v3.0.0 with: args: npm i - name: Test - uses: ianwalter/puppeteer@v2.0.0 + uses: ianwalter/playwright-container@v3.0.0 with: args: npm test