Skip to content

Commit bb9c070

Browse files
committed
Update node supported version >= 20
1 parent 742e2b3 commit bb9c070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
>=18.x
1+
>=20.x

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"direct auth"
8888
],
8989
"engines": {
90-
"node": ">=18.x",
90+
"node": ">=20.x",
9191
"npm": ">=9.x"
9292
}
9393
}

0 commit comments

Comments
 (0)