- 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:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user