remove node-version 12 from matrix (#594)

This commit is contained in:
Dmitry Shibanov 2022-10-17 12:23:04 +02:00 committed by GitHub
parent 8c91899e58
commit 788c6ccbd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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