Add postcss dependency to workflow

- Update for breaking change: https://github.com/postcss/postcss-cli/releases
This commit is contained in:
Victoria Drake 2020-10-11 22:11:17 -04:00
parent d81ebc6c8e
commit 00fd8477fe

View file

@ -25,7 +25,7 @@ jobs:
- name: Install tools
run: |
sudo apt install curl jq
npm i -g postcss-cli autoprefixer@9.8.6
npm i -g postcss postcss-cli autoprefixer@9.8.6
- name: Test with Hugo ${{ matrix.hugo }}
uses: peaceiris/actions-hugo@v2