From 2f338e16afa49b9e01201af244c09a48e2e7534d Mon Sep 17 00:00:00 2001 From: volodymyrZotov Date: Mon, 15 Aug 2022 14:33:11 +0300 Subject: [PATCH] use node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bd337e4..0736f03 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: Export the secrets as environment variables default: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'