diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 3371df0..3372b91 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -6,8 +6,8 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [14.x, 16.x, 17.x] + os: [ubuntu-latest] + node-version: [14.x, 16.x, 18.x] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 667a233..c9cdfeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,8 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [14.x, 16.x, 17.x] + os: [ubuntu-latest] + node-version: [14.x, 16.x, 18.x] runs-on: ${{ matrix.os }} steps: