From d315f0d49cb7c3ce9527b55f4220094460f0136a Mon Sep 17 00:00:00 2001 From: Tomoya Kashifuku Date: Thu, 21 Mar 2024 21:52:19 +0900 Subject: [PATCH] remove unused setup-node (#27) --- action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/action.yml b/action.yml index c880b7c..2fc826b 100644 --- a/action.yml +++ b/action.yml @@ -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: