From 231f063dd62580c9445237fc2047b6953504b485 Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Fri, 23 Sep 2022 13:03:36 +0800 Subject: [PATCH] chore: bump action.yml using to node16 (#160) --- 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'