mirror of
https://github.com/qntm/fastjson
synced 2026-03-19 19:44:49 +01:00
Compare commits
No commits in common. "e79a223d092b5abe22b6ca1921134cc478551a96" and "49322e8dae8ee909dfd1b4e5655b6089f6a34185" have entirely different histories.
e79a223d09
...
49322e8dae
2
.github/workflows/workflow-1.yml
vendored
2
.github/workflows/workflow-1.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['24.x']
|
||||
node-version: ['20.x', '22.x', '24.x']
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2'
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## 4.0.0
|
||||
|
||||
Support for Node.js 22 and lower is dropped.
|
||||
Support for Node.js 18 and lower is dropped.
|
||||
|
||||
## 3.x.x
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"bench": "node ./benchmarks/index.js",
|
||||
"unit": "node --test --experimental-test-coverage --test-coverage-functions=100",
|
||||
"unit": "node --test --experimental-test-coverage",
|
||||
"postpublish": "npm version patch && git push",
|
||||
"standard": "standard",
|
||||
"test": "npm run standard && npm run unit"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user