File tree Expand file tree Collapse file tree 3 files changed +566
-706
lines changed Expand file tree Collapse file tree 3 files changed +566
-706
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
- name : Use Node.js 20.x
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : ' 20 .x'
18
+ node-version : ' 22 .x'
19
19
- run : npm install
20
20
-
run :
git config --global user.email "[email protected] " && git config --global user.name "Test Build"
21
21
- run : npm test
22
- - uses : codecov/codecov-action@v4
22
+ - uses : codecov/codecov-action@v5
23
23
with :
24
24
token : ${{ secrets.CODECOV_TOKEN }}
25
25
32
32
- name : Use Node.js 20.x
33
33
uses : actions/setup-node@v4
34
34
with :
35
- node-version : ' 20 .x'
35
+ node-version : ' 22 .x'
36
36
- run : npm install
37
37
-
run :
git config --global user.email "[email protected] " && git config --global user.name "Test Build"
38
38
- run : npm test
49
49
- name : Use Node.js 20.x
50
50
uses : actions/setup-node@v4
51
51
with :
52
- node-version : ' 20 .x'
52
+ node-version : ' 22 .x'
53
53
- run : npm install
54
54
- run : npm run semantic-release
55
55
env :
You can’t perform that action at this time.
0 commit comments