diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47a8bbb..14a3907 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18.x, 16.x, 14.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index d859f00..1f10a36 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # json-item-selector +[![Tests](https://github.com/JosephVoid/json-item-selector/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/JosephVoid/json-item-selector/actions/workflows/test.yml) + A package that allow you to create choice logic based on a json file. It helps with choice implementations which depend on an external json file and are heavily nested, mostly for use cases like location selection or game dialog mapping. A basic example below ``` // ESM