File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
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
57
57
- uses : actions/checkout@v3
58
58
- name : Setup git user
59
59
run : |
60
- git config --global user.email "npm team "
61
- git config --global user.name "ops+robot@npmjs.com "
60
+ git config --global user.email "ops+robot@npmjs.com "
61
+ git config --global user.name "npm team "
62
62
- uses : actions/setup-node@v3
63
63
with :
64
64
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 69
69
},
70
70
"devDependencies" : {
71
71
"@npmcli/eslint-config" : " ^3.0.1" ,
72
- "@npmcli/template-oss" : " 3.4.1 " ,
72
+ "@npmcli/template-oss" : " 3.4.2 " ,
73
73
"tap" : " ^16.0.0"
74
74
},
75
75
"tap" : {
82
82
"templateOSS" : {
83
83
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
84
84
"windowsCI" : false ,
85
- "version" : " 3.4.1 "
85
+ "version" : " 3.4.2 "
86
86
},
87
87
"author" : " GitHub Inc."
88
88
}
You can’t perform that action at this time.
0 commit comments