Update action runtime to Node 24

This commit is contained in:
Christopher Rand
2026-03-26 01:44:41 -05:00
parent 6c3a42116a
commit ce6eafaf25
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "@voxpelli/tsconfig/node20.json",
"extends": "@voxpelli/tsconfig/node24.json",
"compilerOptions": {
"skipLibCheck": true
},