Skip to content

Commit

Permalink
fix engine version (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-codefresh authored Feb 7, 2023
1 parent 9d79839 commit 1fd5ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.81.8",
"version": "0.81.9",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down Expand Up @@ -107,7 +107,7 @@
"author": "Codefresh",
"license": "ISC",
"engines": {
"node": "18.12.1"
"node": ">=14.0.0"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit 1fd5ef6

Please sign in to comment.