1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

stop testing on node 16

This commit is contained in:
2025-01-16 21:04:06 -05:00
parent c8e86eaeb4
commit 898f0824a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}
+1 -1
View File
@@ -42,7 +42,7 @@
"test": "eslint . && mocha"
},
"engines": {
"node": ">=16.14"
"node": ">=18.12"
},
"keywords": [
"hugo",