From 367bcbda83fefcb6addc3e480e5833ba25760688 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Fri, 4 Aug 2023 08:40:15 -0700 Subject: [PATCH] Update cypress action to node 18 --- .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 bc66678d4..d067136bf 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -38,7 +38,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 16.15.0 + node-version: 18 cache: "npm" cache-dependency-path: ${{ matrix.module }}/frontend/package-lock.json