feat: use Node.js 20 (#720)
Some checks failed
Build / Build Package (push) Has been cancelled
Check / Check Package (push) Has been cancelled
Test / Test Package (push) Has been cancelled
Test / Test Action (macos-14) (push) Has been cancelled
Test / Test Action (ubuntu-24.04) (push) Has been cancelled
Test / Test Action (windows-2022) (push) Has been cancelled
Test / Test Action With Specified Directories (push) Has been cancelled
Test / Test Action Without Run Build (push) Has been cancelled
Test / Test Action With Additional Options (push) Has been cancelled
Test / Test Action With Custom Generator (push) Has been cancelled

Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
Alfi Maulana
2025-06-06 22:47:36 +07:00
committed by GitHub
parent 7a05d9c366
commit 5d8a97b8fd
4 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node23",
"extends": "@tsconfig/node20",
"include": ["src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {