Skip to content

Commit

Permalink
build: add node 20 support (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri authored Oct 18, 2023
1 parent 7f72c99 commit 587c0d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
node: ['18', '20']
node: ['18', '20', '21']
runs-on: ubuntu-latest
services:
couchdb:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": "^18"
"node": "^18 || ^20"
},
"dependencies": {
"@types/node": "18.18.5",
Expand Down

0 comments on commit 587c0d7

Please sign in to comment.