Skip to content

Commit

Permalink
Update default versions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Aug 29, 2024
1 parent 4c0a339 commit 6941274
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ GitHub action to set up Java, Clojure, and Node environments. To run, invoke it
with:
java-version: '11'
java-distribution: 'temurin'
node-version: '16'
clojure-version: '1.11.1.1165'
node-version: '20'
clojure-version: '1.11.4.1474'
```
Default options are shown, they may be omitted.
Expand All @@ -23,4 +23,3 @@ Will do the following:
* Install Clojure CLI
which will provide an environment suitable for testing and building Clojure(Script) projects.

0 comments on commit 6941274

Please sign in to comment.