feat: upgrade node from 12 to 16 (#121)

This commit is contained in:
Mehak Nasir
2022-04-11 16:13:07 +05:00
committed by GitHub
parent a51f3ed7c6
commit 428f2d2311
3 changed files with 9790 additions and 7049 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