1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 12:45:57 -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 - 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 }}
+1 -1
View File
@@ -42,7 +42,7 @@
"test": "eslint . && mocha" "test": "eslint . && mocha"
}, },
"engines": { "engines": {
"node": ">=16.14" "node": ">=18.12"
}, },
"keywords": [ "keywords": [
"hugo", "hugo",