From cb7e2f073e5a203193d4335bea4d961c88ae674e Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:04:30 +0500 Subject: [PATCH] ci: fix typo in pnpm action-setup for cypress workflow --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ad70f669..460ab249 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Pnpm Setup - uses: pnpm/aciton-setup@v4 + uses: pnpm/action-setup@v4 with: version: 8 - name: Cypress run