Skip to content

Commit

Permalink
[CI] Upgrade gulp to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Apr 2, 2024
1 parent 2eea5a4 commit 98e41b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gulp-src/lint-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ const defaultGlob = '**/*.md';
const markdownFiles = [
'!.github/**',
'!content-modules/**',
'!examples/**',
'!layouts/**',
'!node_modules/**',
'!scripts/registry-scanner/node_modules/**',
'!tools/examples/**',
'!themes/**',
'!tmp/**',
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"devDependencies": {
"autoprefixer": "^10.4.19",
"cspell": "^8.0.0",
"gulp": "^4.0.2",
"gulp": "^5.0.0",
"hugo-extended": "0.124.1",
"markdown-link-check": "^3.12.1",
"markdownlint": "^0.34.0",
Expand Down

0 comments on commit 98e41b7

Please sign in to comment.