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'