-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit 4f64f22
Use relevant metadata file when determining Node.js version
This workflow job supports projects with multiple npm projects in subfolders of the repository. The version of Node.js
to use is determined from the content of the npm metadata file. 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 npm projects in
subfolders, so the metadata for the individual npm project should be used instead.1 parent e953c6b commit 4f64f22
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | - | ||
109 | + | ||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
0 commit comments