Skip to content

Commit

Permalink
Merge branch 'master' into stable-test
Browse files Browse the repository at this point in the history
  • Loading branch information
anushkafka authored Sep 26, 2024
2 parents c3b349a + cbc6aaa commit 59045f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.13.1
v20.17.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.13.1
v20.17.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more about ZCLI see [the full documentation.](/docs)

This is a [Node.js](https://nodejs.org/en/) module available through the [npm registry.](https://www.npmjs.com/package/@zendesk/zcli)

Before installing, download and install Node.js. Node.js 20.13.1 or higher is required. Installation is done using the `yarn` install command:
Before installing, download and install Node.js. Node.js v20.17.0 or higher is required. Installation is done using the `yarn` install command:

```
$ yarn global add @zendesk/zcli
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"yarn-audit-fix": "^9.3.1"
},
"engines": {
"node": ">=18"
"node": ">=20.17.0"
},
"keywords": [
"zcli",
Expand Down
3 changes: 3 additions & 0 deletions packages/zcli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"/oclif.manifest.json",
"/npm-shrinkwrap.json"
],
"engines": {
"node": ">=20.17.0"
},
"keywords": [
"zcli",
"zendesk",
Expand Down

0 comments on commit 59045f7

Please sign in to comment.