From 7557fabcf8d79d255ad56afad395e47f2fe55fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Riquelme=20Guzm=C3=A1n?= Date: Wed, 3 Apr 2024 09:47:46 -0300 Subject: [PATCH] chore: remove cache from pipeline file --- .github/workflows/cf-deploy-prod.yml | 1 - .github/workflows/cf-deploy-test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/cf-deploy-prod.yml b/.github/workflows/cf-deploy-prod.yml index c0417be..d32d24d 100644 --- a/.github/workflows/cf-deploy-prod.yml +++ b/.github/workflows/cf-deploy-prod.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - cache: yarn node-version: 18 - run: corepack enable - run: yarn install --immutable diff --git a/.github/workflows/cf-deploy-test.yml b/.github/workflows/cf-deploy-test.yml index 1ecc8c6..58987f3 100644 --- a/.github/workflows/cf-deploy-test.yml +++ b/.github/workflows/cf-deploy-test.yml @@ -13,7 +13,6 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - cache: yarn node-version: 18 - run: corepack enable - run: yarn install --immutable