You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-24 10:25:57 -04:00
switch to ESM imports (drops node 10.x support)
also download assets to a temp dir instead of ./vendor
This commit is contained in:
@@ -19,7 +19,6 @@ jobs:
|
||||
- 16
|
||||
- 14
|
||||
- 12
|
||||
- 10
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Node ${{ matrix.node }} on ${{ matrix.os }}
|
||||
@@ -30,7 +29,7 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
- name: yarn install and test
|
||||
run: |
|
||||
yarn install --ignore-engines --frozen-lockfile
|
||||
yarn install --frozen-lockfile
|
||||
yarn audit
|
||||
yarn test
|
||||
- name: Checkout gohugoio/hugoBasicExample
|
||||
|
||||
Reference in New Issue
Block a user