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 - name: Install tools
run: | run: |
sudo apt install curl jq 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 }} - name: Test with Hugo ${{ matrix.hugo }}
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2