Skip to content

Commit 97ae76e

Browse files
committed
Require at least Node.js v16
1 parent f46fe6a commit 97ae76e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.3.18",
44
"description": "A CLI tool that deletes old GitLab pipelines",
55
"main": "target/src/index.js",
6+
"engines": {
7+
"node": ">=16"
8+
},
69
"bin": {
710
"glpd": "target/src/bin.js"
811
},

0 commit comments

Comments
 (0)