1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 13:28:28 -04:00

Drop Node.js < 14.13.1 support (#130)

This commit is contained in:
XhmikosR 2023-03-17 09:16:37 +02:00 committed by GitHub
parent 9f07fed737
commit 56c08f5b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14, 16, 18]
node: [14.13.1, 16, 18]
steps:
- name: Clone repository

2
package-lock.json generated
View File

@ -24,7 +24,7 @@
"uvu": "^0.5.6"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
}
},
"node_modules/@eslint-community/eslint-utils": {

View File

@ -42,6 +42,6 @@
"index.js"
],
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
}
}