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:
parent
f93f896002
commit
245bae92d1
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x, 18.x, 20.x]
|
node-version: [16.x, 18.x, 20.x, 21.x]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -160,6 +160,6 @@
|
||||||
},
|
},
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16 <=20"
|
"node": ">=16 <=21"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue