We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209aff1 commit 6674ad9Copy full SHA for 6674ad9
1 file changed
.github/workflows/backend-ci.yml
@@ -25,8 +25,6 @@ jobs:
25
uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
29
- cache-dependency-path: 'Backend/package-lock.json'
30
- name: Install dependencies
31
working-directory: ./Backend
32
run: npm ci
0 commit comments