From 694127404eea4dec2b67cd0764e625e69fb37660 Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Thu, 29 Aug 2024 09:25:09 -0400 Subject: [PATCH] Update default versions in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a118591..d0fcf2f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -23,4 +23,3 @@ Will do the following: * Install Clojure CLI which will provide an environment suitable for testing and building Clojure(Script) projects. -