diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb4dcd3..761ba15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 14.x, 16.x, 18.x ] + node-version: [ 14.x, 16.x, 18.x, 20.x, 22.x ] steps: - uses: actions/checkout@v2 - name: Use Node.js