From ad142f4086da64a45f5c4a8f299b6483e13ea8c4 Mon Sep 17 00:00:00 2001 From: Alicia Lopez Date: Fri, 6 May 2022 16:33:04 +0200 Subject: [PATCH] chore(ci): test on supported Node.js versions BREAKING CHANGE: Removed support for Node.js 12 and 17. --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1b1cd9e..f6153fe 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x, 14.x, 16.x, 17.x] + node-version: [14.x, 16.x, 18.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} steps: