You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use relevant metadata file when determining framework dependency versions
These workflows support multiple projects in subfolders of the repository. The version of the frameworks (Go and
Node.js) to use is determined from the content of the metadata files. Previously the workflow always used the file
located in the root of the repository. The versioning data in that file won't necessarily be correct for the projects in
subfolders, so the metadata for the individual project should be used instead.
0 commit comments