Skip to content

Commit

Permalink
remove unused setup-node (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyo43 committed Mar 21, 2024
1 parent 9328215 commit d315f0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ runs:
steps:
- uses: actions/checkout@v4
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
- run: 'node ${GITHUB_ACTION_PATH}/dist/index.js'
shell: bash
env:
Expand Down

0 comments on commit d315f0d

Please sign in to comment.