Update node version in action.yml

This commit is contained in:
Marko Sagadin 2024-03-01 10:28:02 +01:00 committed by GitHub
parent 9382551541
commit 28b3832a99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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'