Skip to content

Commit 8c47111

Browse files
authored
feat(backend): Update minimum node version to 20 (#6931)
1 parent 26254f0 commit 8c47111

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/backend': major
3+
---
4+
5+
Update engines config to require node@20 or higher

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"vitest-environment-miniflare": "2.14.4"
124124
},
125125
"engines": {
126-
"node": ">=18.17.0"
126+
"node": ">=20.9.0"
127127
},
128128
"publishConfig": {
129129
"access": "public"

0 commit comments

Comments
 (0)