State the shipped ECMAScript floor in engines, not the toolchain's
CI / gate (push) Successful in 8s

This commit is contained in:
2026-09-01 16:51:15 +02:00
parent 1b7f66546e
commit 082dabb261
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
},
"type": "module",
"engines": {
"node": ">=24"
"node": ">=18"
},
"scripts": {
"test": "node --test --experimental-test-coverage --test-coverage-exclude=\"src/**/*.test.ts\" --test-coverage-branches=97 --test-coverage-functions=100 --test-coverage-lines=100 \"src/**/*.test.ts\"",