Skip to content

Commit

Permalink
default to yarn 1 (corepack doesn't support "latest")
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Oct 22, 2023
1 parent 4b9be7f commit d4af857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/dockerfile_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ def yarn_version

version
rescue
"latest"
"1.22.19"
end


Expand Down

0 comments on commit d4af857

Please sign in to comment.