Skip to content

Commit

Permalink
Merge pull request #233 from zendesk/cgoddard/no-jira/bump-node
Browse files Browse the repository at this point in the history
[NO-JIRA] Bump node from 14.17.3 to 20.13.1
  • Loading branch information
token-cjg committed Jun 25, 2024
2 parents bee78ea + 5828f60 commit 3b164da
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.3
v20.13.1
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.17.3
v20.13.1
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 14.17.3 or higher is required. Installation is done using the `yarn` install command:
Before installing, download and install Node.js. Node.js 20.13.1 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 @@ -36,7 +36,7 @@
"yarn-audit-fix": "^9.3.1"
},
"engines": {
"node": ">=14.17.3"
"node": ">=18"
},
"keywords": [
"zcli",
Expand Down
2 changes: 1 addition & 1 deletion packages/zcli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $ yarn global add @zendesk/zcli
$ zcli COMMAND
running command...
$ zcli --version
@zendesk/zcli/1.0.0-beta.23 darwin-x64 node-v14.17.3
@zendesk/zcli/1.0.0-beta.23 darwin-x64 node-v20.13.1
$ zcli --help [COMMAND]
USAGE
$ zcli COMMAND
Expand Down

0 comments on commit 3b164da

Please sign in to comment.