diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 319c1b9..4edc120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ 16, 18, 19, 20 ] + node: [ 16, 18, 19, 20, 21, 22 ] steps: - name: Checkout repository uses: actions/checkout@master