diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13bb84d..52096b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,12 +38,18 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + path: apps/infoalloggi + - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: 20 cache: "npm" + cache-dependency-path: apps/infoalloggi/package-lock.json + + - name: Install Dependencies run: npm install