We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee97c7 commit fdd8fd9Copy full SHA for fdd8fd9
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v4
9
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
10
with:
11
node-version: 20
12
cache: yarn
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
.github/workflows/playwright.yml
@@ -7,7 +7,7 @@ jobs:
13
0 commit comments