File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ jobs:
11
11
node-version : [18, 20, 22]
12
12
steps :
13
13
- name : Checkout Repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
16
16
- name : Use Node ${{ matrix.node-version }}
17
- uses : actions/setup-node@master
17
+ uses : actions/setup-node@v4
18
18
with :
19
19
node-version : ${{ matrix.node-version }}
20
-
21
- - name : Get yarn cache
22
- uses : c-hive/gha-yarn-cache@v2
20
+ cache : ' yarn'
23
21
24
22
- name : Install Dependencies using Yarn
25
23
run : yarn --ignore-engines
28
26
run : yarn test:ci
29
27
30
28
- name : Upload coverage to Codecov
31
- uses : codecov/codecov-action@v1
29
+ uses : codecov/codecov-action@v4
30
+ env :
31
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
32
32
with :
33
33
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments