diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 437da16a..00000000 --- a/package-lock.json +++ /dev/null @@ -1,25 +0,0 @@ -name: Instalar DependĂȘncias e Testar - -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Use Node.js - uses: actions/setup-node@v5 - with: - node-version: '20' - - - name: Instalar DependĂȘncias - run: npm ci - - - name: Rodar Testes - run: npm test