Remove deprecated Node 10 from CI.

This commit is contained in:
David Anson 2021-05-02 22:42:48 -07:00
parent 34b9518cfe
commit a157e20ed0

View file

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2