diff --git a/.github/workflows/publish-manually.yaml b/.github/workflows/publish-manually.yaml index 4747c94..9fd4ddf 100644 --- a/.github/workflows/publish-manually.yaml +++ b/.github/workflows/publish-manually.yaml @@ -19,7 +19,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [10, 11, 12, 13, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support + node: [12, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support runs-on: ${{ matrix.os }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2a8f4c5..4f71859 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -74,7 +74,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [10, 11, 12, 13, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support + node: [12, 14, 15, 16] # There are problems on various architectures on lower versions that are more work to fix. Please open an issue if you need more version support runs-on: ${{ matrix.os }} diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index 78dbbaa..82c42f8 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [10, 12, 13, 14, 15, 16] + node: [12, 14, 15, 16] runs-on: ${{ matrix.os }}