CI: Stop running tests with Node.js 15

Node 15 is EOL since 01 Jun 2021.

See https://endoflife.date/nodejs

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-08-01 17:58:14 +02:00
parent be07e047f8
commit 2d3a62b358
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x ]
node-version: [12.x, 14.x, 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}