diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 780ecdb..2849002 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] name: Node ${{ matrix.node-version }} on ${{ matrix.operating-system }}