mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-28 05:40:30 -04:00
stop testing on node 16
This commit is contained in:
parent
c8e86eaeb4
commit
898f0824a6
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -16,9 +16,9 @@ jobs:
|
|||||||
- macos-latest
|
- macos-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
node:
|
node:
|
||||||
|
- 22
|
||||||
- 20
|
- 20
|
||||||
- 18
|
- 18
|
||||||
- 16
|
|
||||||
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 }}
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
"test": "eslint . && mocha"
|
"test": "eslint . && mocha"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.14"
|
"node": ">=18.12"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hugo",
|
"hugo",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user