Remove nodejs 14 checks (#475)

This commit is contained in:
Kartik Mistry
2024-02-08 13:00:58 +05:30
committed by GitHub
parent b90f3dfe05
commit 010f5b1e2c

View File

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