Skip to content

Commit

Permalink
breaking: increase min version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Nov 4, 2024
1 parent b03e0df commit 61fb0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"postpublish": "git push origin && git push origin -f --tags",
"lint": "eslint src/**/*.js test/**/*.js src/**/*.ts test/**/*.ts",
"test": "node --test --experimental-test-coverage test/*.spec.js -p test/**/*.spec.js && tsd",
"test": "node --test --experimental-test-coverage test/*.spec.js test/**/*.spec.js && tsd",
"test:ci": "npm run lint && npm run test",
"test:watch": "node --test --watch --experimental-test-coverage test/*.spec.js -p test/**/*.spec.js",
"test:generate-keys": "node benchmarks/keys/generate-keys.js",
Expand Down Expand Up @@ -76,7 +76,7 @@
"typescript": "^5.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"tsd": {
"directory": "test"
Expand Down

0 comments on commit 61fb0d2

Please sign in to comment.