1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -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:
2021-08-31 11:56:33 -04:00
parent 7c4e8df256
commit 5bb2ff0eb3
7 changed files with 283 additions and 55 deletions
+1 -2
View File
@@ -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