Skip to content

Commit 50e1b56

Browse files
authored
Use Node 12 in Playwright job runner.
1 parent f764042 commit 50e1b56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ jobs:
283283
uses: actions/checkout@v2
284284
- name: Set up Node
285285
uses: actions/setup-node@v1
286+
with:
287+
node-version: '12'
288+
fetch-depth: 0
286289
- name: Check dependency cache
287290
uses: actions/cache@v2
288291
with:

0 commit comments

Comments
 (0)