Skip to content

chore(deps): bump undici from 6.21.3 to 6.24.1 (#152) #104

chore(deps): bump undici from 6.21.3 to 6.24.1 (#152)

chore(deps): bump undici from 6.21.3 to 6.24.1 (#152) #104

name: Integration tests - License Kit (Node)
on:
pull_request:
branches:
- main
paths:
- '.github/workflows/test-integration-node.yml'
- 'packages/license-kit/**/*.[tj]sx?'
- 'packages/licenses-api/**/*.[tj]sx?'
- 'examples/node-example/**/*.[tj]sx?'
- 'examples/node-example/package.json'
push:
branches:
- main
workflow_dispatch:
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
integration-test-node:
name: Run integration tests for license-kit
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Run integration tests
run: yarn workspace license-kit-node-example test