From ce908074caa402409c92a5a8e39eb7618a1759d0 Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Fri, 6 Sep 2024 08:27:58 -0700 Subject: [PATCH] Update node from 17 to 22 for test action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 19fb85a21..190b6a467 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node uses: actions/setup-node@v4 with: - node-version: '17' + node-version: '22' - name: Pip Cache (Linux) uses: actions/cache@v4 if: runner.os == 'Linux'