From 1bf75ed35c66ddfae46637860dbeb3ec05639e50 Mon Sep 17 00:00:00 2001 From: eduardoestevao-appsoluti Date: Tue, 13 May 2025 16:52:02 -0300 Subject: [PATCH] Incluido nome da filial na consulta de estoque da loja --- .github/workflows/node.js.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/node.js.yml diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml deleted file mode 100644 index afd82ca..0000000 --- a/.github/workflows/node.js.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Node.js CI - -on: - push: - branches: [ "main", "dev" ] - pull_request: - branches: [ "main", "dev" ] - -jobs: - build: - name: Build and Test - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [14.x] - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Set up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - - name: Install dependencies - run: npm ci - - - name: Build application - run: npm run build --if-present