Skip to content

Commit 81cb7a4

Browse files
authored
fix(node): min version required by pdf.js
1 parent 772f90f commit 81cb7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"vite-tsconfig-paths": "^5.0.1"
7474
},
7575
"engines": {
76-
"node": ">=20.0.0"
76+
"node": ">=22.0.0"
7777
}
78-
}
78+
}

0 commit comments

Comments
 (0)