You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-13 01:45:29 -04:00
add --ignore-engines to CI's yarn install so we can still test node 10.x
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
|||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: yarn install and test
|
- name: yarn install and test
|
||||||
run: |
|
run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --ignore-engines --frozen-lockfile
|
||||||
yarn audit
|
yarn audit
|
||||||
yarn test
|
yarn test
|
||||||
- name: Checkout gohugoio/hugoBasicExample
|
- name: Checkout gohugoio/hugoBasicExample
|
||||||
|
|||||||
Reference in New Issue
Block a user