Skip to content

Commit

Permalink
Merge branch 'main' into deivid-rodriguez/bundler-2.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 authored Jun 24, 2024
2 parents 65dd558 + 6c43175 commit 57d264a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def handle_npm_updater_error(error)
end

if error_message.include?("EBADENGINE")
msg = "Dependabot uses Node.js #{`node --version`} and NPM #{`npm --version`}. " \
msg = "Dependabot uses Node.js #{`node --version`.strip} and NPM #{`npm --version`.strip}. " \
"Due to the engine-strict setting, the update will not succeed."
raise Dependabot::DependencyFileNotResolvable, msg
end
Expand Down

0 comments on commit 57d264a

Please sign in to comment.