We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914a1ac commit 03a6bedCopy full SHA for 03a6bed
.github/workflows/ci-cd-pipeline.yml
@@ -30,16 +30,6 @@ jobs:
30
# echo "DB_CONN_STRING=${{ secrets.DB_CONN_STRING }}" >> .env
31
# echo "DB_NAME=chatHavenDB" >> .env
32
# echo "PORT=3000" >> .env
33
-
34
- # Prevents installing dependencies if package-lock.json hasn't changed
35
- - name: Cache Node.js dependencies
36
- uses: actions/cache@v2
37
- with:
38
- path: |
39
- ~/.npm
40
- key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
41
- restore-keys: |
42
- ${{ runner.os }}-node-
43
44
# Install backend dependencies
45
- name: Install backend dependencies
0 commit comments