mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 13:28:28 -04:00
add --ignore-engines to CI's yarn install so we can still test node 10.x
This commit is contained in:
parent
0f315eadc4
commit
7c4e8df256
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user