Skip to content

Commit

Permalink
Update README with Proper Node & NPM Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsherman committed Jan 27, 2024
1 parent 1aa06a7 commit aa75638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit aa75638

Please # to comment.