diff --git a/.node-version b/.node-version index e222811..9df30bb 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.19.0 +24.7.0 diff --git a/action.yml b/action.yml index c3dcd91..41dadb6 100644 --- a/action.yml +++ b/action.yml @@ -47,5 +47,5 @@ outputs: description: 'Whether the action can be skipped' runs: - using: node20 + using: node24 main: dist/index.js diff --git a/tsconfig.json b/tsconfig.json index 0878f6b..7796ff8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { - "target": "ES2022", + "target": "ES2024", "module": "NodeNext", "rootDir": ".", "moduleResolution": "NodeNext",