diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 7330745..9820e54 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: ['10.x', '12.x', '14.x', '16.x'] + node-version: ['16.x', '18.x', '20.x'] fail-fast: false steps: - uses: actions/checkout@v2 @@ -43,4 +43,4 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@master with: - github-token: ${{ secrets.github_token }} \ No newline at end of file + github-token: ${{ secrets.github_token }}