Skip to content

Commit

Permalink
Add function to resolve nodejs version to be used (#14)
Browse files Browse the repository at this point in the history
- centralizes the knowledge of the relative priorities of the
  different sources that can be used to specify the Node.js
  version to be used.

Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson authored Jul 24, 2023
1 parent 19bc3df commit f2f612a
Show file tree
Hide file tree
Showing 5 changed files with 3,245 additions and 2 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ go 1.19

require (
github.com/onsi/gomega v1.27.8
github.com/paketo-buildpacks/packit/v2 v2.11.0
github.com/sclevine/spec v1.4.0
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
Loading

0 comments on commit f2f612a

Please sign in to comment.