Skip to content

Commit

Permalink
update engine req to 18+ because of native fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
troygoode committed Aug 9, 2023
1 parent af54b80 commit 1d73a68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ courier config --apikey <your-api-key>

### Requirements

- Courier CLI has only been tested on node.js v16+
- Courier CLI has only been tested on node.js v18+

## Authenticate the CLI

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@trycourier/cli",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"bin": {
"courier": "dist/cli.js"
},
"type": "module",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 1d73a68

Please sign in to comment.