File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
fetch-depth : 0
38
38
39
39
- name : Use Node.js ${{ matrix.node-version }}
40
- uses : actions/setup-node@v3
40
+ uses : actions/setup-node@v4
41
41
with :
42
42
node-version : ${{ matrix.node-version }}
43
43
cache : " npm"
83
83
- uses : actions/checkout@v4
84
84
85
85
- name : Use Node.js ${{ matrix.node-version }}
86
- uses : actions/setup-node@v3
86
+ uses : actions/setup-node@v4
87
87
with :
88
88
node-version : ${{ matrix.node-version }}
89
89
cache : " npm"
99
99
run : npm run test:coverage -- --ci
100
100
101
101
- name : Submit coverage data to codecov
102
- uses : codecov/codecov-action@v1
102
+ uses : codecov/codecov-action@v3
103
103
with :
104
104
token : ${{ secrets.CODECOV_TOKEN }}
105
105
@@ -121,7 +121,7 @@ jobs:
121
121
- uses : actions/checkout@v4
122
122
123
123
- name : Use Node.js ${{ matrix.node-version }}
124
- uses : actions/setup-node@v3
124
+ uses : actions/setup-node@v4
125
125
with :
126
126
node-version : ${{ matrix.node-version }}
127
127
cache : " npm"
You can’t perform that action at this time.
0 commit comments