From c3f7a23226ab67294855dd398afe2a2733819dc2 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Wed, 18 Sep 2024 09:55:11 -0700 Subject: [PATCH] ci: updated ci --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) 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: ./