From 68699c0adbef890b464f71d2dd4b2fa26c955f8e Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 20 Oct 2024 16:51:03 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 28eeff8..bc6877f 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -8,6 +8,18 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - name: Setup Node.js + uses: actions/setup-node@v3 + with: + node-version: "20" + + - name: Install dependencies + run: npm ci + + - name: Build packages + run: npm run build + - name: Cypress run uses: cypress-io/github-action@v6 with: