diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 069b5a90e..e8dc98e07 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Node 12.x + - name: Setup Node 14.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x - name: Get yarn cache directory path id: yarn-cache-dir-path @@ -41,10 +41,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup Node 12.x + - name: Setup Node 14.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 14.x - name: Get yarn cache directory path id: yarn-cache-dir-path @@ -61,6 +61,8 @@ jobs: - name: Install dependencies run: yarn --frozen-lockfile + - uses: microsoft/playwright-github-action@v1 + - name: Test run: yarn test:browser