Skip to content

Commit

Permalink
build: specify engine
Browse files Browse the repository at this point in the history
  • Loading branch information
theblockstalk committed Aug 20, 2024
1 parent a3d0ccd commit 399765b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,9 @@
"resolutions": {
"jsonld": "link:./node_modules/@digitalcredentials/jsonld"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": ">=20.16.0",
"yarn": ">=4.3.1"
}
}

0 comments on commit 399765b

Please sign in to comment.