Skip to content
Snippets Groups Projects
Commit 5de8d81f authored by Thabo Bals's avatar Thabo Bals Committed by Thabo Bals
Browse files

node22

parent 4b296bc6
Branches
No related tags found
1 merge request!116Stop making the Compiler Cry
......@@ -9,7 +9,7 @@
"test:realdata": "pnpm build && node out.js test/sitzungen/Protokolle test/out -O test/sitzungen/archive/old.json",
"format": "prettier --write --ignore-path=.gitignore ./src",
"format:check": "prettier --check --ignore-path=.gitignore ./src",
"build": "esbuild --bundle --platform=node --target=node18 --loader:.css=text ./src/index.ts --outfile=out.js"
"build": "esbuild --bundle --platform=node --target=node22 --loader:.css=text ./src/index.ts --outfile=out.js"
},
"prettier": {
"tabWidth": 4,
......@@ -42,7 +42,7 @@
"vitest": "^3.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
},
"packageManager": "pnpm@10.10.0",
"pnpm": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment