diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8c09ed..bb4e3bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,21 +50,6 @@ jobs: id: checkout uses: actions/checkout@v4 - - name: Setup Node.js - id: setup-node - uses: actions/setup-node@v4 - with: - node-version-file: .node-version - cache: npm - - - name: Install Dependencies - id: npm-ci - run: npm ci - - - name: Build - id: npm-build - run: npm run package - - name: Test Local Action id: test-action uses: ./