diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index b3e4c750..a77b2a49 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -22,16 +22,6 @@ jobs: with: node-version: '18' - - name: Cache Node modules - uses: actions/cache@v2 - with: - path: | - ~/.npm - frontend/node_modules - key: ${{ runner.os }}-node-modules-${{ hashFiles('frontend/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node-modules- - - name: Install Dependencies and Build Frontend run: | cd frontend diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 580a7857..dffb4d2d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,7 @@