chore!: drop support for Node12

BREAKING CHANGE: Node 12 support dropped
This commit is contained in:
Jawayria
2022-08-05 14:03:27 +05:00
parent c905ede6fe
commit dcf69d693f
3 changed files with 6 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [16]
steps:
- name: Checkout
uses: actions/checkout@v2