1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-11-17 06:10:50 -05:00

add --ignore-engines to CI's yarn install so we can still test node 10.x

This commit is contained in:
2021-08-31 10:33:18 -04:00
parent 0f315eadc4
commit 7c4e8df256

View File

@@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: yarn install and test
run: |
yarn install --frozen-lockfile
yarn install --ignore-engines --frozen-lockfile
yarn audit
yarn test
- name: Checkout gohugoio/hugoBasicExample