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

View File

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