CI: downgrade node env

This commit is contained in:
Aravinth Manivannan 2021-12-07 19:06:47 +05:30
parent 3be876cc2e
commit 8349cc8cdb
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "17.x"
node-version: "16.x"
- name: Install JavaScript Dependencies
run: yarn install