From dffecf4c96df16c42bff24f32d10b4631ce48e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llui=CC=81s=20Ulzurrun=20de=20Asanza=20i=20Sa=CC=80ez?= Date: Wed, 19 Oct 2022 06:44:28 +0200 Subject: [PATCH] Use Node 16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 24cb5fc..e47ce09 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: 'DigitalOcean API Token' required: true runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' \ No newline at end of file