diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 124f912..d01f1f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10, 12, 14, 16] + node-version: [12, 14, 16, 18, 20] steps: - uses: actions/checkout@v3