chore: Update compatible node version (#573)

* chore: Update compatible node version

Signed-off-by: Tim Nunamaker <tim@vana.com>

* Add Node.js 21 to the CI matrix

Signed-off-by: Tim Nunamaker <tim@vana.com>

---------

Signed-off-by: Tim Nunamaker <tim@vana.com>
This commit is contained in:
Tim Nunamaker 2023-12-05 07:36:13 -06:00 committed by GitHub
parent f93f896002
commit 245bae92d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v2

View File

@ -160,6 +160,6 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": ">=16 <=20"
"node": ">=16 <=21"
}
}