1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 07:55:21 -04:00

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

This commit is contained in:
Jake Jarvis 2021-08-31 10:33:18 -04:00
parent 0f315eadc4
commit 7c4e8df256
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

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