From 9b48f86123fb1acce6f522ad8683e4f320961563 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sun, 11 Feb 2024 17:46:07 +0100 Subject: [PATCH] Remove Node.js 14 tests --- .github/workflows/test-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index b11cbc3..6816dda 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -28,7 +28,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Install Dependencies @@ -52,7 +52,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: @@ -94,7 +94,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 18.x - name: Extract the version and commit body from the tag id: extract_release