From 6f22a399bfd91a6e69c834485c7ce1cc409d1110 Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiyat Date: Tue, 26 Mar 2024 07:48:50 +0330 Subject: [PATCH] update --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd0a1427..7b91d7c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,11 +8,6 @@ jobs: outputs: deployment-url: ${{ steps.deploy.outputs.deployment-url}} steps: - # - uses: actions/checkout@v4 - # - uses: pnpm/action-setup@v2 - # with: - - # version: 8.14.1 - uses: actions/checkout@v4 - run: corepack enable - uses: actions/setup-node@v4