Skip to content

Commit 79af2d2

Browse files
committed
update engine
1 parent 1aada9c commit 79af2d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ htmlcov
2929
node_modules
3030
.docusaurus
3131
.vercel
32-
!docs/docusaurus/examples-toc.json
32+
!docs/examples-toc.json
3333
.python-version
3434
static/docs
3535
docusaurus/static/docs

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"engines": {
33-
"node": ">=16.14"
33+
"node": ">=20.0"
3434
},
3535
"private": true,
3636
"scripts": {

0 commit comments

Comments
 (0)