Skip to content

Commit 245bae9

Browse files
authored
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>
1 parent f93f896 commit 245bae9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs-ci-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
18+
node-version: [16.x, 18.x, 20.x, 21.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@
160160
},
161161
"types": "./dist/index.d.ts",
162162
"engines": {
163-
"node": ">=16 <=20"
163+
"node": ">=16 <=21"
164164
}
165165
}

0 commit comments

Comments
 (0)