Remove Node 10 and add Node 16 in GitHub actions

This commit is contained in:
Amir E. Aharoni
2022-01-26 20:05:03 +02:00
committed by Niklas Laxström
parent 6d40a3fb50
commit 5cb466eaae
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [ '10', '14' ]
node: [ '14', '16' ]
steps:
- name: Checkout
uses: actions/checkout@v2