Skip to content

Commit

Permalink
docs: added where to look for available versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 2, 2024
1 parent 088fab3 commit ceccd5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,21 @@ fi
### Requirements
###

# Cf. https://github.com/mikefarah/yq/releases
YQ_VERSION=4.40.5
# Cf. https://github.com/FiloSottile/age/releases
AGE_VERSION=1.1.1
# Cf. https://github.com/getsops/sops/releases
SOPS_VERSION=3.8.1

# Cf. ttps://github.com/nvm-sh/nvm/releases
NVM_VERSION=0.39.7
# Cf. https://nodejs.org/en/about/previous-releases#looking-for-latest-release-of-a-version-branch
NODE16_VERSION=16.20.2
NODE18_VERSION=18.19.1
NODE20_VERSION=20.11.1

# Cf. https://www.mongodb.com/try/download/community
MONGODB4_VERSION=4.4.28
MONGODB5_VERSION=5.0.24
MONGODB6_VERSION=6.0.13
Expand Down

0 comments on commit ceccd5f

Please sign in to comment.