diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e238e38..af31e79 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [10, 12, 14] + node: [10, 12, 14, 18, 20] steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1