diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index db13d14..e64e595 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [12.x, 14.x, 15.x, 16.x] + node-version: [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 1261653..dddf275 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [12.x, 14.x, 15.x, 16.x] + node-version: [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 08d361a..d707492 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x] # The type of runner that the job will run on runs-on: windows-latest