diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80e8cdd..a0813b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - name: Git checkout uses: actions/checkout@v2