File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node-version : [18, 20, 22]
14+ node-version : [20, 22]
1515
1616 steps :
1717 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ hash32('hello');
118118
119119## Requirements
120120
121- Node.js 18 + or modern browsers (ES2020).
121+ Node.js 20 + or modern browsers (ES2020).
122122
123123## License
124124
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919### Changed
2020- ** Flat API** - Use ` hash32() ` , ` hash128() ` , ` hash128x64() ` directly
2121- ** Zero dependencies** - Removed ` debug ` dependency
22- - ** Modern target** - Requires Node.js 18 +
22+ - ** Modern target** - Requires Node.js 20 +
2323
2424### Deprecated
2525- ** v3 API** - ` v3.x86.hash32() ` etc. still work but show deprecation warning
2626
2727### Removed
28- - ** Node.js < 18 support** - Now requires Node.js 18 +
28+ - ** Node.js < 20 support** - Now requires Node.js 20 +
2929
3030## [ 1.0.0] - 2015-02-01
3131
Original file line number Diff line number Diff line change 5555 },
5656 "homepage" : " https://github.com/vnykmshr/murmur-hash#readme" ,
5757 "engines" : {
58- "node" : " >=18 .0.0"
58+ "node" : " >=20 .0.0"
5959 }
6060}
You can’t perform that action at this time.
0 commit comments