From 4da145ff5cf45896ca3f3c7d6a31d6c2d2f34f7c Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Wed, 15 Jan 2025 21:52:38 -0800 Subject: [PATCH] Update the node version to run e2e tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87e922549..2f13ba5c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 cache: "npm" cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json