diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 0737776..02fe897 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -1,4 +1,4 @@ -name: Frontend CI +name: Backend CI on: push: branches: [main] @@ -10,9 +10,6 @@ jobs: defaults: run: working-directory: Backend - strategy: - matrix: - node-version: [16.x] steps: - name: Install dependencies uses: None