Add Node.js 21 to the CI matrix

Signed-off-by: Tim Nunamaker <tim@vana.com>
This commit is contained in:
Tim Nunamaker 2023-12-04 11:34:27 -06:00
parent cd0eef651d
commit d38e03e42d
1 changed files with 1 additions and 1 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