Skip to content

Commit

Permalink
Drop Node 16 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Oct 6, 2023
1 parent 6212e7f commit 047c07a
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16, 18, 20]
node: [18, 20]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## 0.4.1 ~ 0.4.5

- Drop Node 16 support
- Support curve25519 (x25519 and ed25519) tentatively
- Revamp browser compatibility
- Export config
- Fix symmetric encryption internal types
- Add XChaCha20 as an optional encryption backend
- Add configuration for more compatibility
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ If you want a WASM version to run directly in modern browsers or on some blockch
npm install eciesjs
```

We recommend using the latest Node runtime although it's still possible to install on old versions.

## Quick Start

Run the code below with `npx ts-node`.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@noble/hashes": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/node-fetch": "^2.6.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/node-fetch": "^2.6.6",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"node-fetch": "^2.7.0",
Expand Down
Loading

0 comments on commit 047c07a

Please sign in to comment.