chore: remove Node.js 13 from CI (#12328)

This commit is contained in:
Huáng Jùnliàng 2020-11-09 12:08:23 -05:00 committed by GitHub
parent 21f42544ca
commit 07607fa7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [14, 13, 12, 10, 8, 6] node-version: [14, 12, 10, 8, 6]
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2