We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8013eb5 commit e806eebCopy full SHA for e806eeb
1 file changed
package.json
@@ -2,6 +2,9 @@
2
"name": "hds-lib",
3
"version": "0.1.14",
4
"description": "Health Data Safe - Library",
5
+ "engines": {
6
+ "node": ">=20"
7
+ },
8
"scripts": {
9
"test": "NODE_ENV=test mocha tests --test-reporter=spec",
10
"test:coverage": "NODE_ENV=test c8 mocha tests --test-reporter=spec",
0 commit comments