Update to Node.js v24 (#10419)

This commit is contained in:
DS Boyce
2026-05-05 11:51:42 -07:00
committed by GitHub
parent cc5b215863
commit 6f4ae14f36
17 changed files with 302 additions and 160 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"main": "index.ts",
"scripts": {
"test": "npm run test:unit && npm run test:e2e",
"test": "yarn run test:unit && yarn run test:e2e",
"test:e2e": "./tests/infra/with-test-db.sh node --loader ts-node/esm --test ./tests/index.ts",
"test:unit": "node --loader ts-node/esm --test ./src/*.test.ts",
"build": "tsc"