From 29e08cdb9fa421f5577d60359aaaa11627686efb Mon Sep 17 00:00:00 2001 From: David Mehren Date: Thu, 22 Apr 2021 18:47:22 +0200 Subject: CI: Stop running tests with Node.js 10 Signed-off-by: David Mehren --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ad7fe8be..791b29d8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [10.x, 12.x, 14.x, 15.x, 16.x] + node-version: [12.x, 14.x, 15.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} -- cgit v1.2.3