commit 90ad530b56768f951d1cd9b8965ccd1868b89538
parent afceb219fd4ba379e1d9520482e5d394e85c1150
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 20 Jan 2022 21:28:02 +0100
Use node 17 in tests
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
@@ -41,7 +41,7 @@ jobs:
ssh://git@github.com/
- uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2
with:
- node-version: "14.x"
+ node-version: "17.x"
- name: Install dependencies
run: npm ci
- name: Install Playwright