Skip to content

Commit e806eeb

Browse files
committed
node >= 20
1 parent 8013eb5 commit e806eeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "hds-lib",
33
"version": "0.1.14",
44
"description": "Health Data Safe - Library",
5+
"engines": {
6+
"node": ">=20"
7+
},
58
"scripts": {
69
"test": "NODE_ENV=test mocha tests --test-reporter=spec",
710
"test:coverage": "NODE_ENV=test c8 mocha tests --test-reporter=spec",

0 commit comments

Comments
 (0)