Skip to content

Commit 3266b64

Browse files
authored
Merge pull request #47 from lucassabreu/chore/node20
chore: update to node20
2 parents 544fb11 + 8200f37 commit 3266b64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- update action to node20
12+
913
## [0.10.4] - 2023-11-01
1014

1115
### Fixed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ inputs:
7474
description: Custom signature to be used at the bottom of the comment
7575
required: false
7676
runs:
77-
using: node16
77+
using: node20
7878
main: bin/index.js

0 commit comments

Comments
 (0)