Skip to content

chore(deps): bump json-schema-for-humans from 0.47 to 1.0.0 in /docgen/json #273

chore(deps): bump json-schema-for-humans from 0.47 to 1.0.0 in /docgen/json

chore(deps): bump json-schema-for-humans from 0.47 to 1.0.0 in /docgen/json #273

Workflow file for this run

# docs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CT JavaScript
on:
push:
branches: ['master', 'main']
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
working-directory: tools/src/test/js
jobs:
test:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout
# see https://github.com/actions/checkout
uses: actions/checkout@v4
- name: Setup Node.js
# see https://github.com/actions/setup-node
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install Depenencies
run: npm install
- name: Run test
run: npm test