Skip to content

Commit

Permalink
change fallback version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Oct 8, 2024
1 parent cd869bf commit f076552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_and_yarn/lib/dependabot/npm_and_yarn/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module Helpers
NPM_V9 = 9
NPM_V8 = 8
NPM_DEFAULT_VERSION = NPM_V9
NPM_FALLBACK_VERSION = NPM_V9
NPM_FALLBACK_VERSION = NPM_V8

# PNPM Version Constants
PNPM_V9 = 9
Expand Down

0 comments on commit f076552

Please sign in to comment.