From d3cb995b3ceaa07cc78571c0f803808f33b128cb Mon Sep 17 00:00:00 2001 From: Fabian Brunold Date: Fri, 26 Jan 2024 11:23:07 +0100 Subject: [PATCH] chore: update to node 20 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5ac2a22..6017b7d 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: 'DigitalOcean API Token' default: '' runs: - using: 'node16' - main: 'dist/index.js' \ No newline at end of file + using: 'node20' + main: 'dist/index.js'