From c9f70ffa650f249ab71b324436b52847e04a0929 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 20 Jan 2024 18:35:07 -0800 Subject: [PATCH] chore(tests): need to use more recent node version in browser test --- .github/workflows/browser-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browser-testing.yml b/.github/workflows/browser-testing.yml index 87d23a499..625f60788 100644 --- a/.github/workflows/browser-testing.yml +++ b/.github/workflows/browser-testing.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.9.0 + node-version: latest - name: Cache node modules uses: actions/cache@v3