From 6691e70a0855d15c300ab8de265a6bb78fd82f5c Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Tue, 10 Feb 2026 09:19:59 +0100 Subject: [PATCH] fix: upgrade setup-node to v4 to fix engine incompatibility --- .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 34914ea1b..d8ee04ef1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}