File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
- name : Update npm to latest
24
24
run : npm i --prefer-online --no-fund --no-audit -g npm@latest
25
25
- run : npm -v
26
- - run : npm i --package-lock
26
+ - run : npm i --ignore-scripts -- package-lock
27
27
- run : npm audit
Original file line number Diff line number Diff line change 30
30
- name : Update npm to latest
31
31
run : npm i --prefer-online --no-fund --no-audit -g npm@latest
32
32
- run : npm -v
33
- - run : npm i
33
+ - run : npm i --ignore-scripts
34
34
- run : npm run lint
35
35
36
36
test :
82
82
if : ${{ !startsWith(matrix.node-version, '10.') }}
83
83
run : npm i --prefer-online --no-fund --no-audit -g npm@latest
84
84
- run : npm -v
85
- - run : npm i
85
+ - run : npm i --ignore-scripts
86
86
- run : npm test --ignore-scripts
Original file line number Diff line number Diff line change 36
36
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
run : |
38
38
gh pr checkout ${{ github.event.pull_request.number }}
39
- npm install --no -scripts
39
+ npm install --ignore -scripts
40
40
npm run template-oss-apply
41
41
git add .
42
42
git commit -am "chore: postinstall for dependabot template-oss PR"
Original file line number Diff line number Diff line change 44
44
},
45
45
"devDependencies" : {
46
46
"@npmcli/eslint-config" : " ^3.0.1" ,
47
- "@npmcli/template-oss" : " 3.1.2 " ,
47
+ "@npmcli/template-oss" : " 3.2.0 " ,
48
48
"cacache" : " ^16.0.2" ,
49
49
"nock" : " ^13.2.4" ,
50
50
"require-inject" : " ^1.4.4" ,
60
60
},
61
61
"templateOSS" : {
62
62
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
63
- "version" : " 3.1.2 "
63
+ "version" : " 3.2.0 "
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments