diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 0024138..9367cfe 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -21,7 +21,7 @@ jobs: - name: Install node uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: - node-version: '18.x' + node-version: '22.x' registry-url: 'https://registry.npmjs.org' - name: Install Python