diff --git a/.node-version b/.node-version index 0ff3804..18c2841 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -16.16.0 \ No newline at end of file +20.11.0 \ No newline at end of file diff --git a/action.yml b/action.yml index 8d22afa..46c2058 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: prop_path: description: 'dot separated property key (e.g.: scripts.build)' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: color: "yellow"