From 596eb2a028f77f2a2ea267fab935ccb7f9496980 Mon Sep 17 00:00:00 2001 From: Thomas Allmer Date: Fri, 9 Oct 2020 16:34:08 +0200 Subject: [PATCH] chore: update to node 14 to enable playwright webkit tests in ci --- .github/workflows/verify.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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