diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 4082ee2..b80164e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.4 with: version: latest - name: Setup Node diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c85d72d..0f9b7f7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.2.4 with: version: latest - name: Setup Node