From a760d3704e1b1ce1c84caea331d90deece5aa3d9 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 6 Mar 2024 23:42:04 +0100 Subject: [PATCH] add trace warnings --- .github/workflows/ci-module.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-module.yml b/.github/workflows/ci-module.yml index 44369c8..4742145 100644 --- a/.github/workflows/ci-module.yml +++ b/.github/workflows/ci-module.yml @@ -11,3 +11,5 @@ on: jobs: test: uses: hapijs/.github/.github/workflows/ci-module.yml@min-node-18-hapi-21 + env: + NODE_OPTIONS: "--trace-warnings"