Skip to content

build(deps): bump dd-trace from 5.33.0 to 5.33.1 #955

build(deps): bump dd-trace from 5.33.0 to 5.33.1

build(deps): bump dd-trace from 5.33.0 to 5.33.1 #955

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test