1
0
mirror of https://github.com/qntm/fastjson synced 2026-03-19 19:44:49 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
qntm
e79a223d09
Update package.json (#39) 2025-12-27 22:46:44 +00:00
qntm
982b76bfd1
Go to Node.js 24+ (#38)
* Update workflow-1.yml

* Update CHANGELOG.md
2025-12-27 22:20:46 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: ['20.x', '22.x', '24.x']
node-version: ['24.x']
steps:
- uses: 'actions/checkout@v2'

View File

@ -2,7 +2,7 @@
## 4.0.0
Support for Node.js 18 and lower is dropped.
Support for Node.js 22 and lower is dropped.
## 3.x.x

View File

@ -19,7 +19,7 @@
],
"scripts": {
"bench": "node ./benchmarks/index.js",
"unit": "node --test --experimental-test-coverage",
"unit": "node --test --experimental-test-coverage --test-coverage-functions=100",
"postpublish": "npm version patch && git push",
"standard": "standard",
"test": "npm run standard && npm run unit"