Skip to content

Commit 8f08e09

Browse files
authored
Minor Readme update (#535)
Added a notice about npm compatibility for the tests.
1 parent b9380e2 commit 8f08e09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ To run *all* tests:
6060
./gradlew clean build-info-extractor-gradle:test
6161
```
6262

63-
#### Npm tests
63+
#### npm tests
6464
* Add npm executable to the system search path (PATH environment variable).
65+
* npm 7.7 or above is required.
6566
```bash
6667
./gradlew clean build-info-extractor-npm:test
6768
```

0 commit comments

Comments
 (0)