1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 15:48:29 -04:00

19 Commits

Author SHA1 Message Date
5bb2ff0eb3
switch to ESM imports (drops node 10.x support)
also download assets to a temp dir instead of ./vendor
2021-08-31 11:56:33 -04:00
7c4e8df256
add --ignore-engines to CI's yarn install so we can still test node 10.x 2021-08-31 10:33:18 -04:00
0f315eadc4
use @jakejarvis/eslint-config, switch to yarn 2021-08-31 10:28:03 -04:00
7bd97c7bed
use got to fetch binary (retries on error, follows redirects, etc.) 2021-06-15 22:19:17 -04:00
a0aaabb804
run tests on Node 16 2021-05-24 12:23:39 -04:00
55e4269f5e
use actions/setup-node@v2 2021-01-02 12:43:32 -05:00
c57997c3cb
Build gohugoio/hugoBasicExample instead of docs site in tests 2020-10-31 14:57:34 -04:00
d59ea6426d
require node 10.x and update deps
fixes CVE-2020-8116 (only in devDependencies, don't worry)
2020-07-31 23:27:27 -04:00
a707a4bf30
Hugo v0.71.0 2020-05-19 12:22:11 -04:00
b0163ab633
also publish to GitHub Package Registry 2020-05-13 13:14:55 -04:00
42d0565f27
return to supporting node >= 8
downgraded xo and mocha. bin-wrapper still supports >= 6, which is really all that matters.
2020-04-25 14:23:59 -04:00
b938cc6773
add node 14.x to tests 2020-04-22 08:17:11 -04:00
af7274d35b
Only run tests on commits to master branch (and PRs still) 2020-04-05 13:12:12 -04:00
1e1aa52fa7
Add building gohugoio/hugoDocs to test workflow (#7)
via `node cli.js`
2020-03-04 12:16:32 -05:00
50fed96099
require node >= 10 2020-02-18 17:45:21 -05:00
a0a61c0d60
print Hugo version & environment variables in tests 2020-01-31 09:08:38 -05:00
8bcbc1a248
run tests on all OSes 2020-01-31 08:44:20 -05:00
4a2a55ef91
publish to NPM via action 2020-01-31 08:34:14 -05:00
c87fb47758
lint and test via GitHub Action 2020-01-30 19:08:03 -05:00