From 05ad0d02eaba7e42cdcf987b67cd32c84f0d9b49 Mon Sep 17 00:00:00 2001 From: "Leo\" Kuznetsov" Date: Sun, 23 Oct 2022 11:57:46 -0700 Subject: [PATCH] using: node16 https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/ https://github.com/c-hive/gha-remove-artifacts/issues/55 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c13c32f..b830914 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Remove artifacts' author: 'c-hive' description: '' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' inputs: age: