You've already forked hugo-extended
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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user