Skip to content

Commit d1cb811

Browse files
committed
🎡 ci: update relase script
1 parent 8492d96 commit d1cb811

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x, 24.x]
14+
node-version: [24.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# json-pack
22

3-
High performance JSON serialization and deserialization library for JavaScript, Node.js, browser.
3+
The fastest JSON serialization and deserialization library for JavaScript, Node.js, browser.
44

55
## Supported Formats
66

77
This library implements the following serialization formats:
88

9-
- **[MessagePack](./src/msgpack/README.md)** - Fast and lean implementation of MessagePack codec
9+
- **[MessagePack](./src/msgpack/README.md)** - The classic, *MessagePack*
1010
- **[CBOR](./src/cbor/README.md)** - Concise Binary Object Representation codec
11-
- **[UBJSON](./src/ubjson/README.md)** - Universal Binary JSON codec
11+
- **[UBJSON](./src/ubjson/README.md)** - Universal Binary JSON codec
1212
- **[JSON](./src/json/README.md)** - Enhanced JSON encoder/decoder with additional features
1313
- **[JSON Binary](./src/json-binary/README.md)** - JSON with binary data support using Uint8Array
1414
- **[Amazon Ion](./src/ion/README.md)** - Amazon's Ion data serialization format
@@ -52,7 +52,7 @@ For detailed documentation on each codec, refer to the individual README files i
5252
Encoding:
5353

5454
```
55-
npx ts-node benchmarks/json-pack/bench.encoding.ts
55+
npx ts-node benchmarks/json-pack/bench.encoding.ts
5656
=============================================================================== Benchmark: Encoding
5757
Warmup: 1000x , Node.js: v20.0.0 , Arch: arm64 , CPU: Apple M1
5858
---------------------------------------------------------------------------- Small object, 44 bytes

0 commit comments

Comments
 (0)