chore: remove Node.js 13 from CI (#12328)
This commit is contained in:
parent
21f42544ca
commit
07607fa7c7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user