1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-10-16 09:54:28 -04:00

Update devDependencies, drop Node.js 10 support and switch to npm 8.x

This commit is contained in:
XhmikosR
2021-11-02 16:28:33 +02:00
parent cac7009ac6
commit 443f1d0b48
3 changed files with 3797 additions and 731 deletions

View File

@@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [10, 12, 14, 16]
node: [12, 14, 16]
include:
- os: windows-latest
node: 16