Fixing build

This commit is contained in:
Evgeniya Vashkevich 2025-01-09 17:11:44 -08:00
parent ba4c2a0331
commit 86062081ba
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@ runs:
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- name: Update packages
shell: bash
run: |
DEBIAN_FRONTEND=noninteractive sudo apt update
- name: Install Python for node-sass
shell: bash