Skip to content

Commit

Permalink
πŸ“ Instructions for upgrading Java and Node.js versions
Browse files Browse the repository at this point in the history
Why:
- It's more than just one command with asdf. Considered writing a script
  for it, but it's not that complicated, after all.
- For Java, we need to specify the LTS version. The versions are easier
  to keep in sync when there is a command to copy-paste.
- Added the command for setting also the global version, since that's
  typically what we want to do after upgrading to the latest version.
  • Loading branch information
luontola committed Oct 4, 2024
1 parent f89bb01 commit adcb286
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ Upgrade dependencies
lein ancient upgrade :all :check-clojure :no-tests
npm run upgrade

asdf install java latest:temurin-21
asdf local java latest:temurin-21
asdf global java latest:temurin-21

asdf install nodejs latest
asdf local nodejs latest
asdf global nodejs latest

Download dependency sources

lein pom
Expand Down

0 comments on commit adcb286

Please sign in to comment.