1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 04:25:21 -04:00

require node >= 10

This commit is contained in:
Jake Jarvis 2020-02-18 17:45:21 -05:00
parent 6c87e415dc
commit 50fed96099
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node: [13.x, 12.x, 10.x, 8.x]
node: [13.x, 12.x, 10.x]
fail-fast: false
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node }} on ${{ matrix.os }}

View File

@ -2,7 +2,7 @@
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.
## Install
## Installation
```sh
npm install hugo-extended --save-dev

View File

@ -38,7 +38,7 @@
"test": "xo && mocha"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"files": [
"lib/*.js",