- upgrade to node20 for the GitHub actions

- remove node-fetch as it is no longer required with node 20
- upgrade actions to use node20
This commit is contained in:
Mike Penz
2023-09-04 13:52:54 +00:00
committed by GitHub
parent dc8bed188d
commit 512b4d3a42
11 changed files with 110 additions and 197 deletions
+1 -1
View File
@@ -82,5 +82,5 @@ outputs:
cache:
description: 'Cache containing this runs data. Allows to re-use collected information multiple times to generate different release notes.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'