File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88} = require ( '../utils' )
99
1010console . log ( 'installing and running travis-deploy-once' )
11- const deployOnceResults = spawn . sync ( 'npx' , [ 'travis-deploy-once' ] )
11+ const deployOnceResults = spawn . sync ( 'npx' , [ 'travis-deploy-once@4 ' ] )
1212if ( deployOnceResults . status === 0 ) {
1313 runAfterSuccessScripts ( )
1414} else {
@@ -35,7 +35,7 @@ function runAfterSuccessScripts() {
3535 getConcurrentlyArgs (
3636 {
3737 codecov : reportCoverage
38- ? `echo installing codecov && npx -p codecov -c 'echo running codecov && codecov'`
38+ ? `echo installing codecov && npx -p codecov@3 -c 'echo running codecov && codecov'`
3939 : null ,
4040 release : autorelease
4141 ? `echo installing semantic-release && npx -p semantic-release@15 -c 'echo running semantic-release && semantic-release'`
You can’t perform that action at this time.
0 commit comments