From 2b75b91f95751e06ff1341cae0869a9cfcc6bb10 Mon Sep 17 00:00:00 2001 From: tiulpin Date: Mon, 31 Oct 2022 12:19:52 +0100 Subject: [PATCH] :sparkles: Use `node16` to run the action --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 638a94c1..f7ad98bb 100644 --- a/action.yaml +++ b/action.yaml @@ -43,5 +43,5 @@ inputs: default: "true" runs: - using: 'node12' + using: 'node16' main: 'scan/dist/index.js'