Skip to content

Commit 0cb4e49

Browse files
committed
Remove support for Node 18
1 parent 0159578 commit 0cb4e49

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
strategy:
1111
matrix:
12-
node-version: ["18", "20", "22", "24"]
12+
node-version: ["20", "22", "24"]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to
88

99
### Changed
1010

11+
- all: Drop support for Node.js < 20.
1112
- @cosmjs/cli: package got removed with no replacement
1213

1314
## [0.34.0] - 2025-07-11

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ work on CosmJS, i.e. modify it. It is not intended for users of CosmJS.
66
## Prerequisite
77

88
- A UNIX-like development environment
9-
- Node.js 18+, Docker and yarn
9+
- Node.js 20+, Docker and yarn
1010
- `sha256sum`, which you
1111
[can get on macOS as well](https://unix.stackexchange.com/questions/426837/no-sha256sum-in-macos)
1212
- `gsed`, which you

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ optipng docs/cosmjs-tree*.png
8383

8484
Currently the codebase supports the following runtime environments:
8585

86-
1. Node.js 18+
86+
1. Node.js 20+
8787
2. Modern browsers (Chromium/Firefox/Safari, no Internet Explorer or
8888
[Edge Spartan](https://en.wikipedia.org/wiki/Microsoft_Edge#Development))
8989
3. Browser extensions (Chromium/Firefox)

0 commit comments

Comments
 (0)