mirror of
https://github.com/qntm/fastjson
synced 2026-03-19 11:34:47 +01:00
Compare commits
2 Commits
49322e8dae
...
e79a223d09
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e79a223d09 | ||
|
|
982b76bfd1 |
2
.github/workflows/workflow-1.yml
vendored
2
.github/workflows/workflow-1.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['20.x', '22.x', '24.x']
|
||||
node-version: ['24.x']
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2'
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user