@@ -5,7 +5,7 @@ This library provides Austin Appleby's non-cryptographic "MurmurHash" hashing al
55
66[ ![ NPM] [ NPM img ]] [ NPM Status ]
77[ ![ Node] [ Node img ]] [ NPM Status ]
8- [ ![ Travis ] [ Travis img]] [ Travis Status ]
8+ [ ![ Build Status ] [ Build img]] [ Build Link ]
99[ ![ AppVeyor] [ AppVeyor img ]] [ AppVeyor Status ]
1010[ ![ License] [ License img ]] [ License Link ]
1111
@@ -304,13 +304,10 @@ The hash functions optimized for x64 and x86 produce different results.
304304
305305Tested on Linux (x64), OS X (x64) and MS Windows (x64 and x86).
306306
307- This version provides binaries for nodejs: v10, v11, v12, v13 and v14 .
307+ This version provides binaries for nodejs: v20, v22, v24 and v25 .
308308
309- For binaries of murmurhash-native for previous versions of nodejs, use version
310- 3.4.1 or 3.3.0 of this module.
311-
312- [ Travis Status ] : https://travis-ci.org/royaltm/node-murmurhash-native
313- [ Travis img ] : https://img.shields.io/travis/royaltm/node-murmurhash-native.svg?maxAge=86400&style=flat-square&label=unix
309+ [ Build Link ] : https://github.com/royaltm/node-murmurhash-native/actions/workflows/ci.yml
310+ [ Build img ] : https://github.com/royaltm/node-murmurhash-native/actions/workflows/ci.yml/badge.svg?branch=master
314311[ AppVeyor img ] : https://img.shields.io/appveyor/ci/royaltm/node-murmurhash-native.svg?maxAge=86400&style=flat-square&label=windows
315312[ AppVeyor Status ] : https://ci.appveyor.com/project/royaltm/node-murmurhash-native
316313[ NPM img ] : https://img.shields.io/npm/v/murmurhash-native.svg?maxAge=86400&style=flat-square
0 commit comments