diff --git a/.tool-versions b/.tool-versions index f3134c2..3e51109 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16 +nodejs 20 diff --git a/action.yml b/action.yml index 37cccd0..2f90bd8 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "Balto - Eslint" description: "Run eslint on your repo" runs: - using: node16 + using: node20 main: dist/index.js branding: icon: life-buoy