diff --git a/.tool-versions b/.tool-versions index 958fb36..12376e4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.12.2 +nodejs 24.19.0 diff --git a/action.yml b/action.yml index 2b77c52..0fefe67 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ outputs: description: The version of the AppPack CLI that was downloaded. runs: - using: 'node20' + using: 'node24' main: 'index.js'