We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfec6d6 commit 95fe2f7Copy full SHA for 95fe2f7
.github/workflows/playwright.yml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
with:
11
- node-version: 18
+ node-version: 20
12
- name: Install dependencies
13
run: npm ci
14
- name: Install Playwright Browsers
.github/workflows/studio.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Node.js, NPM and Yarn
24
uses: actions/setup-node@v4
25
26
27
28
- name: Prepare java
29
uses: actions/setup-java@v4
0 commit comments