You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-11-06 18:05:41 -05:00
require node >= 10
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
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
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: Node ${{ matrix.node }} on ${{ matrix.os }}
|
name: Node ${{ matrix.node }} on ${{ matrix.os }}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.
|
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.
|
||||||
|
|
||||||
## Install
|
## Installation
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install hugo-extended --save-dev
|
npm install hugo-extended --save-dev
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
"test": "xo && mocha"
|
"test": "xo && mocha"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib/*.js",
|
"lib/*.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user