chore!: Dropped support for Node 12

This commit is contained in:
Jawayria
2022-05-13 18:20:27 +05:00
committed by GitHub
parent 137701d10c
commit eb1eb84f56

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