From 4105df49c5a2015a9e0510fe3d9b375dc63b4c15 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 18 Apr 2021 17:10:21 +0700 Subject: Lock the sass package to the last version that still worked. sass 1.32.9 broke compatibility and the file no longer compiles. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3