From aa756389d396a01d27f667fc1e8bdbcf4702def7 Mon Sep 17 00:00:00 2001 From: Brad Sherman Date: Sat, 27 Jan 2024 13:32:59 -0600 Subject: [PATCH] Update README with Proper Node & NPM Versions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5849e72..d60863f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![CI](https://github.com/haskell-actions/run-fourmolu/workflows/CI/badge.svg?branch=master) This `run-fourmolu` GitHub Action helps to ensure that your Haskell project is -formatted with [Fourmolu][https://github.com/fourmolu/fourmolu/]. The action +formatted with [Fourmolu](https://github.com/fourmolu/fourmolu/). The action tries to find all Haskell source code files in your repository and fails if any of them are not formatted. In case of failure it prints the diff between the actual contents of the file and its formatted version. @@ -140,8 +140,8 @@ In order to do development on this repo, you first need to install NodeJS and `npm` to your system. This has been confirmed to work with the following versions, but newer (or slightly older) versions may work as well: -- **NodeJS**: 14.19.1 -- **`npm`**: 6.14.16 +- **NodeJS**: v20.3.1 +- **`npm`**: 9.6.7 Next, clone this repo: