Skip to content

Commit d315f0d

Browse files
authored
remove unused setup-node (#27)
1 parent 9328215 commit d315f0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ runs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
25-
- uses: actions/setup-node@v3
26-
with:
27-
node-version-file: '.node-version'
28-
if: github.event_name != 'issue_comment' || github.event.issue.pull_request
2925
- run: 'node ${GITHUB_ACTION_PATH}/dist/index.js'
3026
shell: bash
3127
env:

0 commit comments

Comments
 (0)