Merge pull request #21 from IRNAS/master

Update node version in action.yml
This commit is contained in:
Thomas Eizinger 2024-03-07 22:06:16 +11:00 committed by GitHub
commit 04f99d4634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Update action to use `node20`
## [2.0.0] - 2024-02-14
### Changed

View File

@ -18,5 +18,5 @@ inputs:
description: 'The path to the changelog file. Defaults to `./CHANGELOG.md`'
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'