Skip to content

Commit

Permalink
Fix backport (#70003)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv authored Jun 25, 2020
1 parent e143905 commit 3688498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/backport.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
*/

require('../src/setup_node_env/node_version_validator');
require('backport');
var backport = require('backport');
backport.run();

0 comments on commit 3688498

Please sign in to comment.