Skip to content

Commit d95dda1

Browse files
Add badges to readme (#30)
1 parent a7333e4 commit d95dda1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
> You can use [AstExplorer](https://astexplorer.net/) to preview the output of the parser.
44
5+
![npm (scoped)](https://img.shields.io/npm/v/@exercism/static-analysis) [![static-analysis / pr](https://github.com/exercism/javascript-lib-static-analysis/actions/workflows/pr.ci.js.yml/badge.svg)](https://github.com/exercism/javascript-lib-static-analysis/actions/workflows/pr.ci.js.yml)
6+
57
## Installation
68

79
> You need at least Node 12.x in order to maintain or use this library. This is due to the fact that babel is configured to polyfill as if you're running Node 12.x or higher. `jest` will fail to run the tests if you run a lower node, and some of the code might not be transpiled correctly. If you _MUST_ use this library in conjunction with a lower Node version, ensure to re-transpile this module.

0 commit comments

Comments
 (0)