1
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:
Jake Jarvis 2025-01-16 21:04:06 -05:00
parent c8e86eaeb4
commit 898f0824a6
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc
2 changed files with 2 additions and 2 deletions

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 }}

View File

@ -42,7 +42,7 @@
"test": "eslint . && mocha"
},
"engines": {
"node": ">=16.14"
"node": ">=18.12"
},
"keywords": [
"hugo",