From 8200f376ab548bb047e9fe7f3f38bed02e083a31 Mon Sep 17 00:00:00 2001 From: Lucas dos Santos Abreu Date: Mon, 29 Jan 2024 17:11:15 -0300 Subject: [PATCH] chore: node20 --- CHANGELOG.md | 4 ++++ action.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5dbc3..16af135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- update action to node20 + ## [0.10.4] - 2023-11-01 ### Fixed diff --git a/action.yml b/action.yml index b0cf31d..a570d63 100644 --- a/action.yml +++ b/action.yml @@ -74,5 +74,5 @@ inputs: description: Custom signature to be used at the bottom of the comment required: false runs: - using: node16 + using: node20 main: bin/index.js