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