Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-09-19 21:48:43 +0300
committerVictoria Drake <hello@victoria.dev>2020-09-19 22:43:24 +0300
commit193dc1a0d39afe05710ae5843ef70e5a131407b2 (patch)
treef293c7f24fffafbb1f62caa85226361a13017b56 /.github
parent17161f55a5b5219b40cd212c6e846284d2d0b70b (diff)
Add CONTRIBUTING, pin autoprefixer
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-versions.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-versions.yml b/.github/workflows/test-versions.yml
index b0fbaf5..1e6092a 100644
--- a/.github/workflows/test-versions.yml
+++ b/.github/workflows/test-versions.yml
@@ -25,7 +25,7 @@ jobs:
- name: Install tools
run: |
sudo apt install curl jq
- npm install -g postcss-cli autoprefixer
+ npm i -g postcss-cli autoprefixer@9.8.6
- name: Test with Hugo ${{ matrix.hugo }}
uses: peaceiris/actions-hugo@v2