Skip to content

Commit

Permalink
fix: pass versions and default_versions to common_templates.node_libr…
Browse files Browse the repository at this point in the history
…ary() (#993)
  • Loading branch information
SurferJeffAtGoogle authored Mar 18, 2021
1 parent 78437c7 commit 8b13da9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synthtool/languages/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@ def owlbot_main():
shutil.rmtree(staging)

common_templates = gcp.CommonTemplates()
templates = common_templates.node_library(source_location="build/src")
templates = common_templates.node_library(
source_location="build/src", versions=versions, default_version=default_version
)
s_copy(templates, excludes=[])

postprocess_gapic_library_hermetic()
Expand Down

0 comments on commit 8b13da9

Please sign in to comment.