Skip to content

Commit

Permalink
Merge pull request #47 from lucassabreu/chore/node20
Browse files Browse the repository at this point in the history
chore: update to node20
  • Loading branch information
lucassabreu authored Jan 29, 2024
2 parents 544fb11 + 8200f37 commit 3266b64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3266b64

Please sign in to comment.