diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 04a82e1..68148bb 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [11.x, 12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: macos-latest diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 0109010..34a9413 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [11.x, 12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: ubuntu-latest diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 748e5be..24e4302 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [11.x, 12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: windows-latest