Skip to content

Commit

Permalink
chore: support Node.js 15, 16, 17 (#73)
Browse files Browse the repository at this point in the history
* chore: support Node.js 15, 16, 17

* doc: update README

* chore: update CHANGELOG

* chore: update package-lock

* chore: revert package-lock version change
  • Loading branch information
seemk authored Oct 20, 2021
1 parent e75bd72 commit 0e84cd6
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 774 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
nodejs: ['8', '10', '12', '14']
nodejs: ['8', '10', '12', '14', '15', '16', '17']
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Extend supported Node.js versions to 17.
([#73](https://github.com/signalfx/signalfx-nodejs/pull/73))

## 7.4.0

- Extend supported Node.js versions to latest LTS
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ npm install signalfx

| Version | Node.js |
| ------- | ------------- |
| `7.4.x` | `>=8.0.0 <15` |
| `7.4.x` | `>=8.0.0 <18` |
| `7.3.1` | `>=8.0.0 <11` |

## Usage
Expand Down
Loading

0 comments on commit 0e84cd6

Please sign in to comment.