Skip to content

Commit

Permalink
chore: Update compatible node version (#573)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
tnunamak authored Dec 5, 2023
1 parent f93f896 commit 245bae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@
},
"types": "./dist/index.d.ts",
"engines": {
"node": ">=16 <=20"
"node": ">=16 <=21"
}
}

0 comments on commit 245bae9

Please sign in to comment.