1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 08:45:27 -04:00

Drop Node.js <20 support (#174)

This commit is contained in:
XhmikosR
2025-12-24 08:53:31 +02:00
committed by GitHub
parent 17b7e900d6
commit a61a1a656a
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -48,7 +48,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node:
- 18
- 20
- 22
- 24
+1 -1
View File
@@ -29,7 +29,7 @@
"xo": "^1.2.3"
},
"engines": {
"node": ">=18"
"node": ">=20"
}
},
"node_modules/@babel/code-frame": {
+1 -1
View File
@@ -43,7 +43,7 @@
"index.js"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"dependencies": {
"@xhmikosr/bin-wrapper": "^13.2.0",