Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 0f8c281

Browse files
feat: remove support for node 14
BREAKING CHANGE: node 14.x no longer supported
1 parent f7ae7ad commit 0f8c281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "https://github.com/mattrglobal/node-bbs-signatures",
66
"main": "lib/index.js",
77
"engines": {
8-
"node": ">=14",
8+
"node": ">=16",
99
"yarn": "1.x"
1010
},
1111
"directories": {

0 commit comments

Comments
 (0)