remove node-version 12 from matrix (#594)

main
Dmitry Shibanov 3 years ago committed by GitHub
parent 8c91899e58
commit 788c6ccbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12, 14, 16]
node-version: [14, 16]
steps:
- uses: actions/checkout@v3
- name: Yarn version

Loading…
Cancel
Save