diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 895bf75..306fcce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x, 18.x ] + node-version: [ 18.x, 20.x ] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}