diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0cf4ec9..da4b803 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: strategy: matrix: - node-version: [10.x, 11.x, 12.x, 13.x, 14.x] + node-version: ["14.x", "16.x", "18.x", "20.x"] steps: - uses: actions/checkout@v2