From aeb9a9b3b2cd28b099b5894c327893f1779c6049 Mon Sep 17 00:00:00 2001 From: Fuxing Loh Date: Fri, 23 Sep 2022 12:59:13 +0800 Subject: [PATCH] chore: bump action.yml using to node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c35912a..04754bd 100644 --- a/action.yml +++ b/action.yml @@ -20,5 +20,5 @@ inputs: default: ${{ github.token }} runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'