From e67bbecb7384cfadde98791308b385ff3a023dc7 Mon Sep 17 00:00:00 2001 From: Logan McAnsh Date: Tue, 14 Mar 2023 23:59:52 -0400 Subject: [PATCH] ci: run tests with node 19.7 (#5807) Signed-off-by: Logan McAnsh (cherry picked from commit 2072f3369104ed1980e883b08bad6deb23e2a3c5) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14905fe4d14..67972adb8a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,4 +22,4 @@ jobs: if: github.repository == 'remix-run/remix' uses: ./.github/workflows/reusable-test.yml with: - node_version: '["latest"]' + node_version: '["19.7"]'