Skip to content

Commit

Permalink
Use Node 12 in Playwright job runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan authored Sep 20, 2021
1 parent f764042 commit 50e1b56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ jobs:
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '12'
fetch-depth: 0
- name: Check dependency cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 50e1b56

Please sign in to comment.