chore!: drop node 10 support (#1278)

This commit is contained in:
エリス
2021-07-15 12:32:56 +09:00
committed by GitHub
parent bedb4427f4
commit 636136c88e
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps: