We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b99c0 commit 6b6c2e5Copy full SHA for 6b6c2e5
.github/workflows/github-actions-after-push.yml
@@ -14,7 +14,7 @@ jobs:
14
ref: develop
15
16
- name: Install node
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
18
with:
19
node-version: '20'
20
.github/workflows/github-actions-manually.yml
@@ -7,19 +7,19 @@ jobs:
7
steps:
8
- name: Checkout
9
uses: actions/checkout@v2
10
-
+
11
12
13
- node-version: '20'
+ node-version: "20"
- uses: microsoft/playwright-github-action@v1
- name: Install dependencies
run: npm install
21
- name: Install browsers
22
- run: npm i playwright-chromium
+ run: npm i playwright-chromium
23
24
- name: Run tests
25
- run: npx playwright test
+ run: npx playwright test
0 commit comments