Skip to content

Commit 7ca4062

Browse files
authored
ch(drop2): update to node version >=20 (#236)
1 parent 6a842a4 commit 7ca4062

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

cli-typescript/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Typescript impmentation of the MagicDrop 1.
44

55
### Installation
66

7-
1. cd to `./cli-typescript`
8-
2. create `.env`. reference `.env.example`
9-
3. run `npm run setup`
10-
4. Try the `drop2` or `magicdrop2` command in your terminal.
7+
1. Ensure you're on node version >=20
8+
2. cd to `./cli-typescript`
9+
3. create `.env`. reference `.env.example`
10+
4. run `npm run setup`
11+
5. Try the `drop2` or `magicdrop2` command in your terminal.

cli-typescript/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "dist/index.js",
66
"engines": {
7-
"node": ">=18.0.0"
7+
"node": ">=20.0.0"
88
},
99
"bin": {
1010
"drop2": "./bin/index.js",

0 commit comments

Comments
 (0)