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 8759690 commit 36cd67cCopy full SHA for 36cd67c
1 file changed
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- node: [18, 20]
+ node: [20, 22]
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -71,7 +71,7 @@ jobs:
71
path: cypress/videos
72
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`
73
- name: Upload coverage to Codecov
74
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
75
with:
76
token: ${{ secrets.CODECOV }}
77
flags: unit
0 commit comments