diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92368f2..f6c52d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [14.x, 15.x, 16.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2