Skip to content

Commit

Permalink
ci: specify node-version: 12 for comment-run
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Oct 14, 2022
1 parent 115b7c3 commit bf814d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment-run.yml
Expand Up @@ -11,6 +11,9 @@ jobs:
with:
# 0 indicates all history
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 12
- uses: nwtgck/actions-comment-run@v1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bf814d6

Please sign in to comment.