diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2397c025..7929d0cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 21] + node: [18, 20, 22] name: Smoke Tests (Node v${{ matrix.node }} with npm) runs-on: ubuntu-latest @@ -186,7 +186,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 21] + node: [18, 20, 22] name: Smoke Tests (Node v${{ matrix.node }} with yarn) runs-on: ubuntu-latest