diff --git a/.node-version b/.node-version index d5b283a..25649a2 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -22.13.1 +24.9.0 diff --git a/action.yml b/action.yml index e6c1577..39660c2 100644 --- a/action.yml +++ b/action.yml @@ -77,5 +77,5 @@ outputs: global_lock_released: description: 'The string "true" if the global lock was released' runs: - using: "node20" + using: "node24" main: "dist/index.js"