Skip to content

chore(deps): bump @opentelemetry/core from 1.26.0 to 1.27.0 in /packages/mockotlpserver in the mockotlpserver group #999

chore(deps): bump @opentelemetry/core from 1.26.0 to 1.27.0 in /packages/mockotlpserver in the mockotlpserver group

chore(deps): bump @opentelemetry/core from 1.26.0 to 1.27.0 in /packages/mockotlpserver in the mockotlpserver group #999

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
# Run this job for all commits to main -- even if that means multiple
# concurrent jobs for a flurry of commits -- but only for the latest commit on
# a PR branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm run ci-all
- run: npm run lint