diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 460ab249..6b800bec 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -14,6 +14,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v4 + with: + node-version: 20 - name: Pnpm Setup uses: pnpm/action-setup@v4 with: