Browse Source

chore: remove node@12.x

pull/9757/head
期贤 4 years ago
parent
commit
683f75159d
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [12.x, 14.x]
node_version: [16.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save