From a9fa75d30dd74c596717e0cdb67d0f3621dafbc6 Mon Sep 17 00:00:00 2001 From: De Wet van der Merwe <48430891+gitdubz@users.noreply.github.com> Date: Tue, 20 Dec 2022 11:24:01 +0100 Subject: [PATCH] chore: update to use node v16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 99d230e..bbe5ad7 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ branding: color: red icon: terminal runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' inputs: firebase-token: