From c342754d04645baf3a42e242e684db984480877d Mon Sep 17 00:00:00 2001 From: "Felix M. Martinez" Date: Sun, 23 Oct 2022 15:31:41 -0400 Subject: [PATCH] Updating node 16 Changing from Node 12 to Node 16 since 12 will be depracated soon --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ed305c4..012f476 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: required: false default: "true" runs: - using: "node12" + using: "node16" main: "dist/index.js" # vim: ts=2 sw=2 expandtab