Skip to content

build(deps-dev): bump the dev-dependencies group with 2 updates #77

build(deps-dev): bump the dev-dependencies group with 2 updates

build(deps-dev): bump the dev-dependencies group with 2 updates #77

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: pnpm test:integration
- run: pnpm test:notelemetry