You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-10-16 09:54:28 -04:00
Drop Node.js < 14.13.1 support (#130)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user