You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-12 07:35:28 -04:00
Remove rimraf dependency (#133)
This commit is contained in:
@@ -40,7 +40,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
node: [14.13.1, 16, 18]
|
||||
node:
|
||||
- '14.14.0'
|
||||
- 16
|
||||
- 18
|
||||
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
||||
Reference in New Issue
Block a user