From 90779253abdb6632272ff51aed51bb975cf87f58 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Thu, 2 Apr 2026 09:10:35 -0300 Subject: [PATCH] feat: update node to 24 --- CHANGELOG.md | 1 + action.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c98fc5..f28e8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - steps from the github workflows updated +- update node version to 24 ## [0.16.0] - 2026-03-16 diff --git a/action.yml b/action.yml index bba9519..74d6584 100644 --- a/action.yml +++ b/action.yml @@ -90,5 +90,5 @@ inputs: default: ":new:" runs: - using: node20 + using: node24 main: bin/index.mjs