Skip to content

Commit 34c8a3b

Browse files
committed
Downgrade node and gulp to ensure compatibility
1 parent 8dfd2af commit 34c8a3b

File tree

5 files changed

+4924
-1313
lines changed

5 files changed

+4924
-1313
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.18.1
1+
16.20.0

gulpfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ gulp.task('import-bi-svg', () => {
156156
gulp.task('zip', () => {
157157
return gulp
158158
.src([`${Paths.RELEASE_DIST}/**/*`, `!${Paths.RELEASE_DIST}/**/*.tar.gz`])
159-
.pipe(tar(`wai-matomo-theme_${pkg.version}_auto_activate.tar`, { mode: null }))
159+
.pipe(tar(`wai-matomo-theme_${pkg.version}_auto_activate.tar`))
160160
.pipe(gzip())
161161
.pipe(gulp.dest(Paths.RELEASE_DIST));
162162
});

0 commit comments

Comments
 (0)