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
58
58
- uses : actions/checkout@v3
59
59
- name : Setup git user
60
60
run : |
61
- git config --global user.email "npm team "
62
- git config --global user.name "ops+robot@npmjs.com "
61
+ git config --global user.email "ops+robot@npmjs.com "
62
+ git config --global user.name "npm team "
63
63
- uses : actions/setup-node@v3
64
64
with :
65
65
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 52
52
"author" : " GitHub Inc." ,
53
53
"templateOSS" : {
54
54
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
55
- "version" : " 3.4.1 " ,
55
+ "version" : " 3.4.2 " ,
56
56
"engines" : " >=10" ,
57
57
"ciVersions" : [
58
58
" 10.0.0" ,
You can’t perform that action at this time.
0 commit comments