Skip to content

Commit

Permalink
fix: update to node v20 (#61)
Browse files Browse the repository at this point in the history
* fix: run on node v20

* docs: add note about token permissions
  • Loading branch information
EndBug committed Feb 20, 2024
1 parent fef30f6 commit 4017211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ Add a step like this to your workflow:
git-directory: 'path/to/repo/dir'
```

> [!IMPORTANT]
> Please make sure to set the workflow permissions so that the action runs with the `contents: write` permission. Visit the GitHub docs to learn more about token permissions: ["Automating token authentication"](https://docs.github.com/en/actions/security-guides/automatic-token-authentication)
## License

This action is distributed under the MIT license, check the [license](LICENSE) for more info.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
default: '${{ github.workspace }}'

runs:
using: 'node16'
using: 'node20'
main: 'lib/index.js'

branding:
Expand Down

0 comments on commit 4017211

Please sign in to comment.