From 75f3cb356cddffc8a4c63ca4507234fc3de89df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 21 Oct 2022 12:46:38 +0200 Subject: [PATCH] action: Update to Node 16 See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e7e39a4..7402812 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,6 @@ inputs: default: 'true' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' post: 'dist/index.js'