Skip to content

Commit e6d1a49

Browse files
authored
Merge pull request #1936 from cosmos/drop-node20
Drop support for Node.js < 22
2 parents 37377b7 + 91ccfb0 commit e6d1a49

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
test:
5656
strategy:
5757
matrix:
58-
node-version: [20, 22, 24]
58+
node-version: [22, 24, 25]
5959
runs-on: ubuntu-24.04
6060
steps:
6161
- uses: actions/checkout@v6

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- all: Drop support for Node.js < 22.
12+
913
## [0.38.0] - 2025-12-30
1014

1115
### Added

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
## Prerequisites
77

88
- A UNIX-like development environment
9-
- Node.js 20+, Docker and yarn
9+
- Node.js 22+, 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

0 commit comments

Comments
 (0)