diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3b7633..be58fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node_version: [18, 20] + node_version: [18, 20, 22] steps: - name: checkout uses: actions/checkout@main