Skip to content

Commit 1fd5ef6

Browse files
fix engine version (#788)
1 parent 9d79839 commit 1fd5ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.81.8",
3+
"version": "0.81.9",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -107,7 +107,7 @@
107107
"author": "Codefresh",
108108
"license": "ISC",
109109
"engines": {
110-
"node": "18.12.1"
110+
"node": ">=14.0.0"
111111
},
112112
"jest": {
113113
"testEnvironment": "node",

0 commit comments

Comments
 (0)