File tree Expand file tree Collapse file tree 4 files changed +3374
-4790
lines changed Expand file tree Collapse file tree 4 files changed +3374
-4790
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ executors:
10
10
working_directory : ~/repo
11
11
12
12
orbs :
13
- codecov : codecov/codecov@3.3.0
13
+ codecov : codecov/codecov@4.0.1
14
14
15
15
commands :
16
16
setup :
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- name : Use Node.js 14.x
14
- uses : actions/setup-node@v3
14
+ uses : actions/setup-node@v4
15
15
with :
16
16
node-version : ' 14.x'
17
17
- run : npm install
27
27
- run : git config --global core.autocrlf false
28
28
- uses : actions/checkout@v4
29
29
- name : Use Node.js 14.x
30
- uses : actions/setup-node@v3
30
+ uses : actions/setup-node@v4
31
31
with :
32
32
node-version : ' 14.x'
33
33
- run : npm install
45
45
with :
46
46
persist-credentials : false
47
47
- name : Use Node.js 14.x
48
- uses : actions/setup-node@v3
48
+ uses : actions/setup-node@v4
49
49
with :
50
50
node-version : ' 14.x'
51
51
- run : npm install
You can’t perform that action at this time.
0 commit comments