fix: bump node version

This commit is contained in:
Safwan Samsudeen 2024-09-11 20:34:28 +05:30
parent f4bfa43a57
commit 0074a092a5

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: yarn install
- run: yarn prettier-check
- run: yarn test