Skip to content

chore(deps): bump @opentelemetry/auto-instrumentations-node from 0.51.0 to 0.52.0 #364

chore(deps): bump @opentelemetry/auto-instrumentations-node from 0.51.0 to 0.52.0

chore(deps): bump @opentelemetry/auto-instrumentations-node from 0.51.0 to 0.52.0 #364

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.9.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Initialize and update git submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: yarn install --immutable