From e50df22cbfd58a95fdc83e605199d45af980b015 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:14:30 +0500 Subject: [PATCH] ci(cypress): setup nodejs v20 in cypress workflow --- .github/workflows/cypress.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 460ab249e..6b800becb 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: