Skip to content

Commit

Permalink
Merge pull request #1045 from Ana06/git
Browse files Browse the repository at this point in the history
[nodejs.vm] Add git as dependency
  • Loading branch information
Ana06 authored May 16, 2024
2 parents a57c6db + 6d31675 commit 740d7e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nodejs.vm/nodejs.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nodejs.vm</id>
<version>0.0.0.20231020</version>
<version>0.0.0.20240516</version>
<authors>Node.js Foundation</authors>
<description>Metapackage for Node.js to ensure all packages use the same Node.js version.</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="nodejs" version="[20.7.0, 20.8.0)" />
<dependency id="git" version="[2.45.0, 2.46)" />
</dependencies>
</metadata>
</package>

0 comments on commit 740d7e5

Please sign in to comment.