mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-25 15:35:22 -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
|
||||
- windows-latest
|
||||
node:
|
||||
- 22
|
||||
- 20
|
||||
- 18
|
||||
- 16
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Node ${{ matrix.node }} on ${{ matrix.os }}
|
||||
|
@ -42,7 +42,7 @@
|
||||
"test": "eslint . && mocha"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.14"
|
||||
"node": ">=18.12"
|
||||
},
|
||||
"keywords": [
|
||||
"hugo",
|
||||
|
Loading…
x
Reference in New Issue
Block a user