From 927e5808292db00d525fd7a820bb2df5ed75d2aa Mon Sep 17 00:00:00 2001 From: Ramin Gharib Date: Wed, 24 Jan 2024 09:08:44 +0100 Subject: [PATCH] Replace Node.js 16 with Node.js 20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c92d5c1..67f306e 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'File Existence' description: 'GitHub Action to check for file existence' author: 'André Storhaug' branding: - icon: 'file-text' + icon: 'file-text' color: 'green' inputs: files: @@ -27,5 +27,5 @@ outputs: files_exists: description: 'Whether the file(s) exists or not.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'