Skip to content

Commit

Permalink
fix: one of our deps breaks on node 21 (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Oct 23, 2023
1 parent 08a1d05 commit 8c97847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
},
"types": "./dist/lib/server-impl.d.ts",
"engines": {
"node": ">=18"
"node": ">=18 <21"
},
"license": "Apache-2.0",
"main": "./dist/lib/server-impl.js",
Expand Down

0 comments on commit 8c97847

Please sign in to comment.