From 1d93e95fcdf8428b739c5f180c2f3e5259db1299 Mon Sep 17 00:00:00 2001 From: Myyk Seok Date: Mon, 21 Nov 2022 16:37:41 +0800 Subject: [PATCH] Upgrade action to use node16 (#631) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09d744e1..2ba25ea7 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: "URL of github server. You shouldn't need to set this manually." default: ${{ github.server_url }} runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'thumbs-up'