From 72cadf0a9ccd8bfd4ee364c83d18670c8f4b0efa Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 26 Feb 2024 17:43:16 -0300 Subject: [PATCH] ci: arreglar setup-node --- .github/workflows/container.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 706a0fa..bc9fc40 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -9,6 +9,7 @@ jobs: check: name: chequear typescript del sitio runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3 @@ -19,6 +20,7 @@ jobs: with: node-version: 20 cache: "pnpm" + cache-dependency-path: sitio/pnpm-lock.yaml - name: Install dependencies working-directory: sitio run: pnpm install