File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535
3636 steps :
3737 - uses : actions/checkout@v2
38- - name : Use Node.js 12
38+ - name : Use Node.js 14
3939 uses : actions/setup-node@v1
4040 with :
41- node-version : ' 12 '
41+ node-version : ' 14 '
4242
4343 - name : Create .env file
4444 run : |
Original file line number Diff line number Diff line change 3636
3737 strategy :
3838 matrix :
39- node-version : [12.x, 14.x]
39+ node-version : [14.x]
4040
4141 steps :
4242 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ class Worker extends Database {
129129 for ( let i = 0 ; i < this . _candidates . length ; i ++ ) {
130130 if ( this . _candidates [ i ] . address !== address ) continue ;
131131 this . _candidates . splice ( i , 1 ) ;
132+ console . log ( `Candidate ${ address } was being watched` ) ;
132133 break ;
133134 }
134135 }
You can’t perform that action at this time.
0 commit comments