diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..8b0beab --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20.11.0 diff --git a/action.yml b/action.yml index 12d06ac..fe75d3b 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ outputs: description: "Boolean indicating if the paths were changed in previous commit" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: terminal