diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6523618cb4..c7510bded7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: python-version: [3.11] - node-version: [18.x] + node-version: [22.x] tests: - ':lint:python:client:common:smoke:stubs:' - ':server-1-of-2:' @@ -30,7 +30,7 @@ jobs: - ':nbrowser-^[^A-R]:' include: - tests: ':lint:python:client:common:smoke:' - node-version: 18.x + node-version: 22.x python-version: '3.10' steps: - uses: actions/checkout@v3