From 241beedd6e2c3fb7702237d123e689869bbab926 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Fri, 1 Mar 2024 06:08:28 -0300 Subject: [PATCH] ci: fix setup-node --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fc007b..1fb6e84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: with: node-version: 20 cache: npm + cache-dependency-path: app/package-lock.json - name: Install dependencies run: npm ci @@ -65,7 +66,7 @@ jobs: - uses: actions/upload-pages-artifact@v3 if: ${{ github.event_name != 'pull_request' }} with: - path: './app/build' # TODO: check + path: './app/dist' retention-days: '1' deploy: