We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f46fe6a commit 97ae76eCopy full SHA for 97ae76e
package.json
@@ -3,6 +3,9 @@
3
"version": "2.3.18",
4
"description": "A CLI tool that deletes old GitLab pipelines",
5
"main": "target/src/index.js",
6
+ "engines": {
7
+ "node": ">=16"
8
+ },
9
"bin": {
10
"glpd": "target/src/bin.js"
11
},
0 commit comments