Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich committed Jan 10, 2025
1 parent ba4c2a0 commit 8606208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8606208

Please sign in to comment.