From 4fe4849fad1ef8ba8fe04c3ebcc6d7e051bb2837 Mon Sep 17 00:00:00 2001 From: Ara Yeressian Date: Wed, 27 Mar 2024 21:59:07 +0400 Subject: [PATCH] update node version --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8bb409a..00fe0a1 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: default: "false" runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "upload-cloud" diff --git a/package.json b/package.json index 5f2feae..aade106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunnycdn-storage-deploy", - "version": "2.2.1", + "version": "2.2.2", "description": "", "main": "dist/index.js", "scripts": {