From 4d748d6e705b05beb7cf4443c9d09d3226828114 Mon Sep 17 00:00:00 2001 From: Christian Melchior Date: Thu, 2 Feb 2023 09:57:07 +0100 Subject: [PATCH] Update to Node 16 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2e7c760..e40d906 100644 --- a/action.yml +++ b/action.yml @@ -21,8 +21,8 @@ inputs: [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) default: ${{ github.token }} runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: umbrella - color: purple \ No newline at end of file + color: purple