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

@@ -31,5 +31,5 @@ inputs:
required: false
deprecationMessage: 'api_token is deprecated, use api_key instead'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.cjs'

View File

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