Skip to content

Add badges to readme #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

> You can use [AstExplorer](https://astexplorer.net/) to preview the output of the parser.

![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)

## Installation

> 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.
Expand Down