CI: remove Node.js 10 (#33923)

Node.js 10 is EOL since 30/04/2021
This commit is contained in:
XhmikosR 2021-05-11 08:34:21 +03:00 committed by GitHub
parent 90b1a6907e
commit c3ad760cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node: [10, 12, 14, 16] node: [12, 14, 16]
steps: steps:
- name: Clone repository - name: Clone repository