Skip to content

build(deps): bump @opentelemetry/resources from 1.25.0 to 1.25.1 #3522

build(deps): bump @opentelemetry/resources from 1.25.0 to 1.25.1

build(deps): bump @opentelemetry/resources from 1.25.0 to 1.25.1 #3522

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run compile
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose