Skip to content

Commit 68bd5f0

Browse files
committed
ci: explicitly use node v14 for playwright
1 parent dfc2b45 commit 68bd5f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/playwright.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
env:
1818
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
1919
with:
20-
node-version: "14.x"
21-
args: install
20+
node-version: "14"
2221

2322
- name: Install dependencies
2423
uses: borales/[email protected]

0 commit comments

Comments
 (0)