Add v16 and remove v10 from Readme and tests

This commit is contained in:
Michael 2021-05-06 17:59:08 +02:00
parent 5c355be170
commit 02041c02c7
No known key found for this signature in database
GPG key ID: 75B349E8BCA08D3A
3 changed files with 10 additions and 10 deletions

View file

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v2
- name: Setup Node
@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.15, 12.16.0, 14.2.0]
node-version: [12.16.0, 14.2.0, 16.1.0]
steps:
- uses: actions/checkout@v2
- name: Setup Node
@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 11, 12, 14]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v2
- name: Setup Node and check latest