Merge pull request #5202 from eva-vashkevich/apt-update-2.8

Fixing build
This commit is contained in:
Evgeniya Vashkevich 2025-01-09 17:20:54 -08:00 committed by GitHub
commit e681eaaf3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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