Node >=12

This commit is contained in:
Jorge Bucaran 2020-09-13 02:45:40 +09:00
parent e15f98ca9d
commit 28204f23e0
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1