From 557f7afcaa49012120c742f4c23e8953ad669b01 Mon Sep 17 00:00:00 2001 From: Nihar_CPG Date: Wed, 3 Jul 2024 08:54:24 +1000 Subject: [PATCH 1/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0a82738..4ae5c55 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ outputs: upload_url: description: 'The URL for uploading assets to the created release.' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' From a9215f6beb07c8fb651526b35113a7e0d316f2e1 Mon Sep 17 00:00:00 2001 From: Nihar_CPG Date: Wed, 3 Jul 2024 10:17:23 +1000 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ae5c55..bc3429d 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ outputs: upload_url: description: 'The URL for uploading assets to the created release.' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'