From 37c8583c6b8596d173b68ffaed543e2485f4f193 Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Fri, 23 Sep 2022 13:20:45 +0800 Subject: [PATCH] bump: action runtime to node16 (#187) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 81d0478..6c0d70a 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ inputs: default: ${{ github.token }} runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'