From b87afee92c6e70ea888be6203a3e9426fda49839 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Tue, 11 Oct 2022 23:38:16 +0200 Subject: [PATCH] Use node16 to run action Node.js 12 actions are deprecated. For more information 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 d3af2ce..1b54480 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,5 @@ inputs: required: false default: '.' runs: - using: 'node12' + using: 'node16' main: 'start.js'