File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v3
16
16
- name : Setup git user
17
17
run : |
18
- git config --global user.email "npm team "
19
- git config --global user.name "ops+robot@npmjs.com "
18
+ git config --global user.email "ops+robot@npmjs.com "
19
+ git config --global user.name "npm team "
20
20
- uses : actions/setup-node@v3
21
21
with :
22
22
node-version : 16.x
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v3
23
23
- name : Setup git user
24
24
run : |
25
- git config --global user.email "npm team "
26
- git config --global user.name "ops+robot@npmjs.com "
25
+ git config --global user.email "ops+robot@npmjs.com "
26
+ git config --global user.name "npm team "
27
27
- uses : actions/setup-node@v3
28
28
with :
29
29
node-version : 16.x
59
59
- uses : actions/checkout@v3
60
60
- name : Setup git user
61
61
run : |
62
- git config --global user.email "npm team "
63
- git config --global user.name "ops+robot@npmjs.com "
62
+ git config --global user.email "ops+robot@npmjs.com "
63
+ git config --global user.name "npm team "
64
64
- uses : actions/setup-node@v3
65
65
with :
66
66
node-version : ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 34
34
- uses : actions/checkout@v3
35
35
- name : Setup git user
36
36
run : |
37
- git config --global user.email "npm team "
38
- git config --global user.name "ops+robot@npmjs.com "
37
+ git config --global user.email "ops+robot@npmjs.com "
38
+ git config --global user.name "npm team "
39
39
- name : Initialize CodeQL
40
40
uses : github/codeql-action/init@v1
41
41
with :
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v3
17
17
- name : Setup git user
18
18
run : |
19
- git config --global user.email "npm team "
20
- git config --global user.name "ops+robot@npmjs.com "
19
+ git config --global user.email "ops+robot@npmjs.com "
20
+ git config --global user.name "npm team "
21
21
- uses : actions/setup-node@v3
22
22
with :
23
23
node-version : 16.x
Original file line number Diff line number Diff line change 20
20
fetch-depth : 0
21
21
- name : Setup git user
22
22
run : |
23
- git config --global user.email "npm team "
24
- git config --global user.name "ops+robot@npmjs.com "
23
+ git config --global user.email "ops+robot@npmjs.com "
24
+ git config --global user.name "npm team "
25
25
- uses : actions/setup-node@v3
26
26
with :
27
27
node-version : 16.x
Original file line number Diff line number Diff line change 73
73
},
74
74
"templateOSS" : {
75
75
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
76
- "version" : " 3.4.1 "
76
+ "version" : " 3.4.2 "
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments