diff --git a/.tool-versions b/.tool-versions index 243b5df..048be47 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 16.15.1 +nodejs 16.17.0 diff --git a/action.yml b/action.yml index a81c97e..cb57d7b 100644 --- a/action.yml +++ b/action.yml @@ -51,5 +51,5 @@ inputs: default: '${{ github.token }}' required: false runs: - using: "node12" + using: "node16" main: "dist/index.js"