Skip to content

Commit

Permalink
fix: bump node version to node20
Browse files Browse the repository at this point in the history
It fixes the following error:

```
fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}).
```
  • Loading branch information
jamacku committed Oct 13, 2023
1 parent ef7e400 commit db5b702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ outputs:
description: Original Pull Request metadata extended with validation data

runs:
using: node16
using: node20
main: dist/index.js

0 comments on commit db5b702

Please sign in to comment.