diff --git a/tasks/config/esvm.js b/tasks/config/esvm.js index 7a7f841e65a17..cb30ab659a8b9 100644 --- a/tasks/config/esvm.js +++ b/tasks/config/esvm.js @@ -4,10 +4,11 @@ module.exports = function (grunt) { const resolve = require('path').resolve; const directory = resolve(__dirname, '../../esvm'); const dataDir = resolve(directory, 'data_dir'); + const pkgBranch = grunt.config.get('pkg.branch'); return { options: { - branch: '5.5', + branch: pkgBranch, fresh: !grunt.option('esvm-no-fresh'), config: { http: {