How do I force execjs to use Node.js? January 4, 2024 by Tarik I figured out how to set the javascript runtime. In config/boot.rb I put the following line: ENV['EXECJS_RUNTIME'] = 'Node'