1
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:
XhmikosR
2023-04-03 15:19:27 +03:00
committed by GitHub
parent c45ccfe67c
commit 4d85c73245
4 changed files with 39 additions and 15 deletions
+4 -1
View File
@@ -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