From 0e9d04ba58e1de5a57278b2a20ffc37d832cd889 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Thu, 28 Apr 2022 10:21:07 +0200 Subject: [PATCH] feat(node): deprecate v12 BREAKING CHANGES: Removes Node.js@12 from test matrix --- .github/workflows/merge.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: