Skip to content

Commit

Permalink
Added new node version to support list (#96)
Browse files Browse the repository at this point in the history
* Added new node version to support list

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>

* Added node 21.x to unit tests

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>

---------

Signed-off-by: Matthew Nickson <matthew@apimetrics.com>
  • Loading branch information
Computroniks authored Oct 20, 2023
1 parent aa1b7e9 commit 937a3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 21.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Group](https://github.com/nodejs/Release).

| Version | Supported |
|---------|--------------------|
| 21.x | :white_check_mark: |
| 20.x | :white_check_mark: |
| 18.x | :white_check_mark: |
| 16.x | :x: |
Expand Down

0 comments on commit 937a3a2

Please sign in to comment.