From b13ec265adb100f16763a26aa0f1f3fc97f804b2 Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Sat, 29 Oct 2022 16:52:39 -0400 Subject: [PATCH] build: switch to node-16 runtime --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f205442..1ccd2f5 100644 --- a/action.yml +++ b/action.yml @@ -14,6 +14,6 @@ outputs: value: description: 'The data stored in `field` inside `file`' runs: - using: 'node12' + using: 'node16' main: 'index.js'