From 02e56d1df225db715708b759a525a97a7ff1ce42 Mon Sep 17 00:00:00 2001 From: Pablo Vilas Date: Sun, 9 Jun 2024 11:03:39 -0500 Subject: [PATCH] Version v1.1.4 --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e98ad77..b6aa593 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ outputs: application-id: description: "The application id built" runs: - using: "node16" + using: "node20" main: "dist/index.js" diff --git a/package.json b/package.json index 05fd54b..d0940f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-build", - "version": "1.1.3", + "version": "1.1.4", "description": "Github Action to automate the login process on Nullplatform", "main": "src/index.js", "scripts": {