From e2d7c3cf158b1f469948cae35512e6f5157e464d Mon Sep 17 00:00:00 2001 From: George Gevoian Date: Tue, 15 Oct 2024 11:23:48 -0400 Subject: [PATCH] Revert "Revert to Node 18" This reverts commit 7e8efa99d0263ad65b60dc7e206cafddef49a4dc. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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