chore(deps): lock file maintenance #15961
Workflow file for this run
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: W3C Trace Context Integration Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| merge_group: | |
| permissions: | |
| contents: read | |
| jobs: | |
| build-and-test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout 🛎️ | |
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 | |
| - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 | |
| with: | |
| cache: 'npm' | |
| cache-dependency-path: | | |
| package-lock.json | |
| node-version: 22 | |
| - name: Install and Bootstrap 🔧 | |
| run: npm ci --ignore-scripts | |
| - name: Generate version.ts files | |
| run: npm run version:update | |
| - name: Build 🔧 | |
| run: npm run compile | |
| working-directory: ./integration-tests/propagation-validation-server | |
| - name: Run W3C Test harness | |
| run: ./integration-tests/tracecontext-integration-test.sh |