diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f6df81..aec9f71 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x, latest] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}