diff --git a/action.yml b/action.yml index 4bfabb8..230fac3 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ inputs: "xml": "text/xml" } runs: - using: 'node12' + using: 'node16' main: 'main.js' post: 'post.js' \ No newline at end of file