fix: bump node version

This commit is contained in:
Safwan Samsudeen 2024-09-11 21:02:27 +05:30
parent 66e2b1db5f
commit fd44499b60

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