From 73b5543345465a9194bedb6f9ca067a7aa62505f Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:21:16 +0100 Subject: [PATCH] add --trace-deprecation --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8f4b85b68..2279b5977 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: max_attempts: 3 retry_on: error timeout_minutes: 20 - command: node --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js clean && node --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js build + command: node --trace-deprecation --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js clean && node --trace-deprecation --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js build #continue-on-error: true - name: linux64 release id: release1 @@ -57,7 +57,7 @@ jobs: max_attempts: 3 retry_on: error timeout_minutes: 20 - command: node --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js release --platform=linux64 --installer + command: node --trace-deprecation --max-old-space-size=4096 ./node_modules/gulp/bin/gulp.js release --platform=linux64 --installer #continue-on-error: true - name: Upload deb @@ -115,7 +115,7 @@ jobs: - name: Create apps folder run: mkdir -p apps - name: build macos release - run: node ./node_modules/gulp/bin/gulp.js release --platform=osx64 -LLLL + run: node --trace-deprecation ./node_modules/gulp/bin/gulp.js release --platform=osx64 - name: Upload artifacts uses: actions/upload-artifact@v4 with: @@ -160,7 +160,7 @@ jobs: command: npm install timeout_minutes: 10 - name: build win64 release - run: node ./node_modules/gulp/bin/gulp.js release --platform=win64 -LLLL --installer + run: node --trace-deprecation ./node_modules/gulp/bin/gulp.js release --platform=win64 --installer - name: Upload msi uses: actions/upload-artifact@v4 with: