Skip to content

Commit

Permalink
ci: explicitly use node v14 for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Oct 10, 2022
1 parent dfc2b45 commit 11f8656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
with:
node-version: "14.x"
node-version: "14"
args: install

- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install # will run `yarn install` command
node-version: "14"

- name: Build
uses: borales/[email protected]
Expand Down

0 comments on commit 11f8656

Please sign in to comment.