diff options
author | Daniil Baturin <daniil@baturin.org> | 2021-04-18 17:10:21 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-04-18 17:10:37 +0700 |
commit | 4105df49c5a2015a9e0510fe3d9b375dc63b4c15 (patch) | |
tree | 6792b0b22eb99936bd0f3269f0817db7278b27f2 | |
parent | 6adab62389815b7a49cae64103c59100ca4fad0e (diff) | |
download | community.vyos.net-4105df49c5a2015a9e0510fe3d9b375dc63b4c15.tar.gz community.vyos.net-4105df49c5a2015a9e0510fe3d9b375dc63b4c15.zip |
Lock the sass package to the last version that still worked.
sass 1.32.9 broke compatibility and the file no longer compiles.
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index deaa1d1..dbf98c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: echo Installing build dependencies sudo apt-get update sudo apt-get -y install cmark make python3-boto3 python3-jinja2 npm - sudo npm install -g sass + sudo npm install -g sass@1.32.8 - name: Install soupault env: |