diff --git a/.github/workflows/cms-node.js.yml b/.github/workflows/cms-node.js.yml index e37427c..04762a9 100644 --- a/.github/workflows/cms-node.js.yml +++ b/.github/workflows/cms-node.js.yml @@ -16,8 +16,11 @@ jobs: matrix: node-version: [22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + steps: + - name: Collect Workflow Telemetry + uses: catchpoint/workflow-telemetry-action@v4 - uses: actions/checkout@v4 - run: npm init -y - run: npm install