diff --git a/action.yml b/action.yml index 496c72f..28ae981 100644 --- a/action.yml +++ b/action.yml @@ -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' diff --git a/tsconfig.json b/tsconfig.json index 9220a94..a344cfb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@voxpelli/tsconfig/node20.json", + "extends": "@voxpelli/tsconfig/node24.json", "compilerOptions": { "skipLibCheck": true },