diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 026fa519..9c79f10d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [macOS-11, ubuntu-20.04, windows-2019] - node: [14.x, 16.x, 18.x, 19.x] + node: [16.x, 18.x, 19.x, 20.x] steps: - uses: actions/checkout@v3