fix: CI: install node and sass in coverage workflow

This commit is contained in:
Aravinth Manivannan 2022-11-10 16:30:02 +05:30
parent 79a8b6586c
commit 926cf3fe08
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,13 @@ jobs:
profile: minimal
override: true
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- name: download deps
run: make dev-env
- name: Apply migrations
run: make migrate
env: