Skip to content

Commit

Permalink
fix: add ci tests for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
BDav24 committed Jan 11, 2024
1 parent 32bbf26 commit be3c267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [16, 18, 19, 20]

steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -10,9 +10,7 @@

<p align="center">
<a href="https://www.npmjs.com/package/notifme-sdk"><img alt="npm-status" src="https://img.shields.io/npm/v/notifme-sdk.svg?style=flat" /></a>
<a href="https://travis-ci.org/notifme/notifme-sdk"><img alt="travis-build-status" src="https://api.travis-ci.org/notifme/notifme-sdk.svg" /></a>
<a href="https://codeclimate.com/github/notifme/notifme-sdk/test_coverage"><img src="https://api.codeclimate.com/v1/badges/2d2cc6d915094ddb50b7/test_coverage" /></a>
<a href="https://david-dm.org/notifme/notifme-sdk"><img alt="dependencies" src="https://david-dm.org/notifme/notifme-sdk.svg" /></a>
<a href="https://github.com/notifme/notifme-sdk/blob/master/LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT_License-blue.svg?style=flat" /></a>
<a href="https://slackin-notifme.now.sh"><img alt="slack" src="https://img.shields.io/badge/Slack-Join_us!-e01563.svg?style=flat" /></a>
</p>
Expand Down

0 comments on commit be3c267

Please sign in to comment.